#D9CDEC

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

Shades of Fog #D9CDEC

Tints of Fog #D9CDEC

Color information

#D9CDEC (or 0xD9CDEC) is unknown color: approx Fog. HEX triplet: D9, CD and EC. RGB value is (217,205,236). Sum of RGB (Red+Green+Blue) = 217+205+236=658 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.98% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9CDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CDEC is #263213. Grayscale: #D4D4D4. Windows color (decimal): -2503188 or 15519193. OLE color: 15519193.

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

Color convert

RGB217205236-
CMYK0.080.1300.07
HSL263.23º44.93%86.47%-
HSV(B)263.23º13.14%92.55%-
XYZ65.5964.4788.34-
YUV212.12141.48131.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.98%
GREEN value IS 205 (80.47% from 255) = 31.16%
BLUE value IS 236 (92.58% from 255) = 35.87%
R=32.98%
G=31.16%
B=35.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172052360.080.1300.07263.2344.9386.47
HexD9CDEC8D071072d56
Octal33131535410150740755126
Binary1101100111001101111011001000110101111000001111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CDEC; }

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

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

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

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

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

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

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

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