#D2C9DA

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

Shades of Fog #D2C9DA

Tints of Fog #D2C9DA

Color information

#D2C9DA (or 0xD2C9DA) is unknown color: approx Fog. HEX triplet: D2, C9 and DA. RGB value is (210,201,218). Sum of RGB (Red+Green+Blue) = 210+201+218=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 218 - color contains mainly: blue. Hex color #D2C9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C9DA is #2D3625. Grayscale: #CDCDCD. Windows color (decimal): -2962982 or 14338514. OLE color: 14338514.

HSL color Cylindrical-coordinate representation of color #D2C9DA: hue angle of 271.76º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D2C9DA is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB210201218-
CMYK0.040.0800.15
HSL271.76º18.68%82.16%-
HSV(B)271.76º7.8%85.49%-
XYZ60.1260.5474.85-
YUV205.63134.98131.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.39%
GREEN value IS 201 (78.91% from 255) = 31.96%
BLUE value IS 218 (85.55% from 255) = 34.66%
R=33.39%
G=31.96%
B=34.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102012180.040.0800.15271.7618.6882.16
HexD2C9DA480F1101352
Octal32231133241001742023122
Binary110100101100100111011010100100001111100010000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C9DA; }

 p { color: rgb(210,201,218); }

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

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

 a { background-color: rgb(210,201,218); }

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

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

 span { border-color: rgb(210,201,218); }

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