#D9CEF9

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

Shades of Fog #D9CEF9

Tints of Fog #D9CEF9

Color information

#D9CEF9 (or 0xD9CEF9) is unknown color: approx Fog. HEX triplet: D9, CE and F9. RGB value is (217,206,249). Sum of RGB (Red+Green+Blue) = 217+206+249=672 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.29% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #D9CEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CEF9 is #263106. Grayscale: #D6D6D6. Windows color (decimal): -2502919 or 16371417. OLE color: 16371417.

HSL color Cylindrical-coordinate representation of color #D9CEF9: hue angle of 255.35º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9CEF9 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217206249-
CMYK0.130.1700.02
HSL255.35º78.18%89.22%-
HSV(B)255.35º17.27%97.65%-
XYZ67.7965.7398.74-
YUV214.19147.64130-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.29%
GREEN value IS 206 (80.86% from 255) = 30.65%
BLUE value IS 249 (97.66% from 255) = 37.05%
R=32.29%
G=30.65%
B=37.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172062490.130.1700.02255.3578.1889.22
HexD9CEF9D1102ff4e59
Octal331316371152102377116131
Binary1101100111001110111110011101100010101111111110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CEF9; }

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

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

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

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

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

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

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

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