#D9CBED

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

Shades of Fog #D9CBED

Tints of Fog #D9CBED

Color information

#D9CBED (or 0xD9CBED) is unknown color: approx Fog. HEX triplet: D9, CB and ED. RGB value is (217,203,237). Sum of RGB (Red+Green+Blue) = 217+203+237=657 (87% of max value = 765). Red value is 217 (85.16% from 255 or 33.03% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9CBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CBED is #263412. Grayscale: #D2D2D2. Windows color (decimal): -2503699 or 15584217. OLE color: 15584217.

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

Color convert

RGB217203237-
CMYK0.080.1400.07
HSL264.71º48.57%86.27%-
HSV(B)264.71º14.35%92.94%-
XYZ65.2663.5888.95-
YUV211.06142.64132.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.03%
GREEN value IS 203 (79.69% from 255) = 30.90%
BLUE value IS 237 (92.97% from 255) = 36.07%
R=33.03%
G=30.90%
B=36.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172032370.080.1400.07264.7148.5786.27
HexD9CBED8E071093156
Octal33131335510160741161126
Binary1101100111001011111011011000111001111000010011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CBED; }

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

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

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

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

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

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

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

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