#D9C4EF

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

Shades of Fog #D9C4EF

Tints of Fog #D9C4EF

Color information

#D9C4EF (or 0xD9C4EF) is unknown color: approx Fog. HEX triplet: D9, C4 and EF. RGB value is (217,196,239). Sum of RGB (Red+Green+Blue) = 217+196+239=652 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.28% from 652); Green value is 196 (76.95% from 255 or 30.06% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9C4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C4EF is #263B10. Grayscale: #CFCFCF. Windows color (decimal): -2505489 or 15713497. OLE color: 15713497.

HSL color Cylindrical-coordinate representation of color #D9C4EF: hue angle of 269.3º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9C4EF is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB217196239-
CMYK0.090.1800.06
HSL269.3º57.33%85.29%-
HSV(B)269.3º17.99%93.73%-
XYZ63.9460.4689.96-
YUV207.18145.96135-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.28%
GREEN value IS 196 (76.95% from 255) = 30.06%
BLUE value IS 239 (93.75% from 255) = 36.66%
R=33.28%
G=30.06%
B=36.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2171962390.090.1800.06269.357.3385.29
HexD9C4EF9120610d3955
Octal33130435711220641571125
Binary11011001110001001110111110011001001101000011011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C4EF; }

 p { color: rgb(217,196,239); }

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

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

 a { background-color: rgb(217,196,239); }

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

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

 span { border-color: rgb(217,196,239); }

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