#D9CEED

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

Shades of Fog #D9CEED

Tints of Fog #D9CEED

Color information

#D9CEED (or 0xD9CEED) is unknown color: approx Fog. HEX triplet: D9, CE and ED. RGB value is (217,206,237). Sum of RGB (Red+Green+Blue) = 217+206+237=660 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.88% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CEED is #263112. Grayscale: #D4D4D4. Windows color (decimal): -2502931 or 15584985. OLE color: 15584985.

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

Color convert

RGB217206237-
CMYK0.080.1300.07
HSL261.29º46.27%86.86%-
HSV(B)261.29º13.08%92.94%-
XYZ65.9765.0189.19-
YUV212.82141.64130.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.88%
GREEN value IS 206 (80.86% from 255) = 31.21%
BLUE value IS 237 (92.97% from 255) = 35.91%
R=32.88%
G=31.21%
B=35.91%

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
Decimal2172062370.080.1300.07261.2946.2786.86
HexD9CEED8D071052e57
Octal33131635510150740556127
Binary1101100111001110111011011000110101111000001011011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CEED; }

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

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

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

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

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

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

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

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