#D2C9DB

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

Shades of Fog #D2C9DB

Tints of Fog #D2C9DB

Color information

#D2C9DB (or 0xD2C9DB) is unknown color: approx Fog. HEX triplet: D2, C9 and DB. RGB value is (210,201,219). Sum of RGB (Red+Green+Blue) = 210+201+219=630 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.33% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2C9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C9DB is #2D3624. Grayscale: #CDCDCD. Windows color (decimal): -2962981 or 14404050. OLE color: 14404050.

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

Color convert

RGB210201219-
CMYK0.040.0800.14
HSL270º20%82.35%-
HSV(B)270º8.22%85.88%-
XYZ60.2560.5975.54-
YUV205.74135.48131.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.33%
GREEN value IS 201 (78.91% from 255) = 31.90%
BLUE value IS 219 (85.94% from 255) = 34.76%
R=33.33%
G=31.90%
B=34.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102012190.040.0800.142702082.35
HexD2C9DB480E10e1452
Octal32231133341001641624122
Binary110100101100100111011011100100001110100001110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C9DB; }

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

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

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

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

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

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

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

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