#D9C2EF

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

Shades of Fog #D9C2EF

Tints of Fog #D9C2EF

Color information

#D9C2EF (or 0xD9C2EF) is unknown color: approx Fog. HEX triplet: D9, C2 and EF. RGB value is (217,194,239). Sum of RGB (Red+Green+Blue) = 217+194+239=650 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.38% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9C2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C2EF is #263D10. Grayscale: #CDCDCD. Windows color (decimal): -2506001 or 15712985. OLE color: 15712985.

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

Color convert

RGB217194239-
CMYK0.090.1900.06
HSL270.67º58.44%84.9%-
HSV(B)270.67º18.83%93.73%-
XYZ63.4959.5789.81-
YUV206.01146.62135.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.38%
GREEN value IS 194 (76.17% from 255) = 29.85%
BLUE value IS 239 (93.75% from 255) = 36.77%
R=33.38%
G=29.85%
B=36.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2171942390.090.1900.06270.6758.4484.9
HexD9C2EF9130610f3a55
Octal33130235711230641772125
Binary11011001110000101110111110011001101101000011111110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C2EF; }

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

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

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

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

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

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

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

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