#D2C4DD

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

Shades of Fog #D2C4DD

Tints of Fog #D2C4DD

Color information

#D2C4DD (or 0xD2C4DD) is unknown color: approx Fog. HEX triplet: D2, C4 and DD. RGB value is (210,196,221). Sum of RGB (Red+Green+Blue) = 210+196+221=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2C4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C4DD is #2D3B22. Grayscale: #CACACA. Windows color (decimal): -2964259 or 14533842. OLE color: 14533842.

HSL color Cylindrical-coordinate representation of color #D2C4DD: hue angle of 273.6º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2C4DD is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210196221-
CMYK0.050.1100.13
HSL273.6º26.88%81.76%-
HSV(B)273.6º11.31%86.67%-
XYZ59.3758.476.55-
YUV203.04138.14132.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.49%
GREEN value IS 196 (76.95% from 255) = 31.26%
BLUE value IS 221 (86.72% from 255) = 35.25%
R=33.49%
G=31.26%
B=35.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101962210.050.1100.13273.626.8881.76
HexD2C4DD5B0D1121b52
Octal32230433551301542233122
Binary110100101100010011011101101101101101100010010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C4DD; }

 p { color: rgb(210,196,221); }

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

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

 a { background-color: rgb(210,196,221); }

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

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

 span { border-color: rgb(210,196,221); }

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