#D9CCED

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

Shades of Fog #D9CCED

Tints of Fog #D9CCED

Color information

#D9CCED (or 0xD9CCED) is unknown color: approx Fog. HEX triplet: D9, CC and ED. RGB value is (217,204,237). Sum of RGB (Red+Green+Blue) = 217+204+237=658 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.98% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9CCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CCED is #263312. Grayscale: #D3D3D3. Windows color (decimal): -2503443 or 15584473. OLE color: 15584473.

HSL color Cylindrical-coordinate representation of color #D9CCED: hue angle of 263.64º degrees, saturation: 0.48, 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 #D9CCED is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217204237-
CMYK0.080.1400.07
HSL263.64º47.83%86.47%-
HSV(B)263.64º13.92%92.94%-
XYZ65.4964.0589.03-
YUV211.65142.31131.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.98%
GREEN value IS 204 (80.08% from 255) = 31.00%
BLUE value IS 237 (92.97% from 255) = 36.02%
R=32.98%
G=31.00%
B=36.02%

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
Decimal2172042370.080.1400.07263.6447.8386.47
HexD9CCED8E071083056
Octal33131435510160741060126
Binary1101100111001100111011011000111001111000010001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCED; }

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

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

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

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

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

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

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

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