#D9BBEC

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

Shades of Fog #D9BBEC

Tints of Fog #D9BBEC

Color information

#D9BBEC (or 0xD9BBEC) is unknown color: approx Fog. HEX triplet: D9, BB and EC. RGB value is (217,187,236). Sum of RGB (Red+Green+Blue) = 217+187+236=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9BBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BBEC is #264413. Grayscale: #C9C9C9. Windows color (decimal): -2507796 or 15514585. OLE color: 15514585.

HSL color Cylindrical-coordinate representation of color #D9BBEC: hue angle of 276.73º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9BBEC is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217187236-
CMYK0.080.2100.07
HSL276.73º56.32%82.94%-
HSV(B)276.73º20.76%92.55%-
XYZ61.5356.3586.99-
YUV201.56147.44139.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.91%
GREEN value IS 187 (73.44% from 255) = 29.22%
BLUE value IS 236 (92.58% from 255) = 36.88%
R=33.91%
G=29.22%
B=36.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171872360.080.2100.07276.7356.3282.94
HexD9BBEC815071153853
Octal33127335410250742570123
Binary11011001101110111110110010001010101111000101011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BBEC; }

 p { color: rgb(217,187,236); }

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

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

 a { background-color: rgb(217,187,236); }

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

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

 span { border-color: rgb(217,187,236); }

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