#D9CBEB

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

Shades of Fog #D9CBEB

Tints of Fog #D9CBEB

Color information

#D9CBEB (or 0xD9CBEB) is unknown color: approx Fog. HEX triplet: D9, CB and EB. RGB value is (217,203,235). Sum of RGB (Red+Green+Blue) = 217+203+235=655 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.13% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9CBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CBEB is #263414. Grayscale: #D2D2D2. Windows color (decimal): -2503701 or 15453145. OLE color: 15453145.

HSL color Cylindrical-coordinate representation of color #D9CBEB: hue angle of 266.25º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9CBEB is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217203235-
CMYK0.080.1400.08
HSL266.25º44.44%85.88%-
HSV(B)266.25º13.62%92.16%-
XYZ64.9763.4687.42-
YUV210.83141.64132.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.13%
GREEN value IS 203 (79.69% from 255) = 30.99%
BLUE value IS 235 (92.19% from 255) = 35.88%
R=33.13%
G=30.99%
B=35.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172032350.080.1400.08266.2544.4485.88
HexD9CBEB8E0810a2c56
Octal331313353101601041254126
Binary11011001110010111110101110001110010001000010101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CBEB; }

 p { color: rgb(217,203,235); }

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

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

 a { background-color: rgb(217,203,235); }

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

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

 span { border-color: rgb(217,203,235); }

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