#D1B4EA

Color #D1B4EA Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #D1B4EA

Tints of Fog #D1B4EA

Color information

#D1B4EA (or 0xD1B4EA) is unknown color: approx Fog. HEX triplet: D1, B4 and EA. RGB value is (209,180,234). Sum of RGB (Red+Green+Blue) = 209+180+234=623 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.55% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1B4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B4EA is #2E4B15. Grayscale: #C2C2C2. Windows color (decimal): -3033878 or 15381713. OLE color: 15381713.

HSL color Cylindrical-coordinate representation of color #D1B4EA: hue angle of 272.22º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1B4EA is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB209180234-
CMYK0.110.2300.08
HSL272.22º56.25%81.18%-
HSV(B)272.22º23.08%91.76%-
XYZ57.4752.1484.88-
YUV194.83150.11138.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 33.55%
GREEN value IS 180 (70.70% from 255) = 28.89%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=33.55%
G=28.89%
B=37.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091802340.110.2300.08272.2256.2581.18
HexD1B4EAB17081103851
Octal321264352132701042070121
Binary110100011011010011101010101110111010001000100001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B4EA; }

 p { color: rgb(209,180,234); }

 H1.HeaderClassName
 {
   color: #D1B4EA;
 }
 .AnyTagClassName
 {
   color: #D1B4EA;
 }
</style>
background-color css

<style>
 a { background-color: #D1B4EA; }

 a { background-color: rgb(209,180,234); }

 div.DivClassName
 {
   background-color: #D1B4EA;
 }
 .BgClassName
 {
   background-color: #D1B4EA;
 }
</style>
border-color css

<style>
 span { border-color: #D1B4EA; }

 span { border-color: rgb(209,180,234); }

 td.TdClassName
 {
   border-color: #D1B4EA;
 }
 .TagClassName
 {
   border-color: #D1B4EA;
 }
</style>