#D2C7DB

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

Shades of Fog #D2C7DB

Tints of Fog #D2C7DB

Color information

#D2C7DB (or 0xD2C7DB) is unknown color: approx Fog. HEX triplet: D2, C7 and DB. RGB value is (210,199,219). Sum of RGB (Red+Green+Blue) = 210+199+219=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 199 (78.12% from 255 or 31.69% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2C7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C7DB is #2D3824. Grayscale: #CCCCCC. Windows color (decimal): -2963493 or 14403538. OLE color: 14403538.

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

Color convert

RGB210199219-
CMYK0.040.0900.14
HSL273º21.74%81.96%-
HSV(B)273º9.13%85.88%-
XYZ59.7959.6675.38-
YUV204.57136.14131.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.44%
GREEN value IS 199 (78.12% from 255) = 31.69%
BLUE value IS 219 (85.94% from 255) = 34.87%
R=33.44%
G=31.69%
B=34.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101992190.040.0900.1427321.7481.96
HexD2C7DB490E1111652
Octal32230733341101642126122
Binary110100101100011111011011100100101110100010001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C7DB; }

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

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

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

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

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

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

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

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