#D9CEF2

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

Shades of Fog #D9CEF2

Tints of Fog #D9CEF2

Color information

#D9CEF2 (or 0xD9CEF2) is unknown color: approx Fog. HEX triplet: D9, CE and F2. RGB value is (217,206,242). Sum of RGB (Red+Green+Blue) = 217+206+242=665 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.63% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 242 - color contains mainly: blue. Hex color #D9CEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CEF2 is #26310D. Grayscale: #D5D5D5. Windows color (decimal): -2502926 or 15912665. OLE color: 15912665.

HSL color Cylindrical-coordinate representation of color #D9CEF2: hue angle of 258.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9CEF2 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217206242-
CMYK0.100.1500.05
HSL258.33º58.06%87.84%-
HSV(B)258.33º14.88%94.9%-
XYZ66.7165.3193.09-
YUV213.39144.14130.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.63%
GREEN value IS 206 (80.86% from 255) = 30.98%
BLUE value IS 242 (94.92% from 255) = 36.39%
R=32.63%
G=30.98%
B=36.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172062420.100.1500.05258.3358.0687.84
HexD9CEF2AF051023a58
Octal33131636212170540272130
Binary1101100111001110111100101010111101011000000101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CEF2; }

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

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

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

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

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

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

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

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