#D2B5E9

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

Shades of Fog #D2B5E9

Tints of Fog #D2B5E9

Color information

#D2B5E9 (or 0xD2B5E9) is unknown color: approx Fog. HEX triplet: D2, B5 and E9. RGB value is (210,181,233). Sum of RGB (Red+Green+Blue) = 210+181+233=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 233 - color contains mainly: blue. Hex color #D2B5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B5E9 is #2D4A16. Grayscale: #C3C3C3. Windows color (decimal): -2968087 or 15316434. OLE color: 15316434.

HSL color Cylindrical-coordinate representation of color #D2B5E9: hue angle of 273.46º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2B5E9 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB210181233-
CMYK0.100.2200.09
HSL273.46º54.17%81.18%-
HSV(B)273.46º22.32%91.37%-
XYZ57.8152.6384.2-
YUV195.6149.11138.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.65%
GREEN value IS 181 (71.09% from 255) = 29.01%
BLUE value IS 233 (91.41% from 255) = 37.34%
R=33.65%
G=29.01%
B=37.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2101812330.100.2200.09273.4654.1781.18
HexD2B5E9A16091113651
Octal322265351122601142166121
Binary110100101011010111101001101010110010011000100011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B5E9; }

 p { color: rgb(210,181,233); }

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

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

 a { background-color: rgb(210,181,233); }

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

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

 span { border-color: rgb(210,181,233); }

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