#D0C7DB

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

Shades of Fog #D0C7DB

Tints of Fog #D0C7DB

Color information

#D0C7DB (or 0xD0C7DB) is unknown color: approx Fog. HEX triplet: D0, C7 and DB. RGB value is (208,199,219). Sum of RGB (Red+Green+Blue) = 208+199+219=626 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.23% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0C7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C7DB is #2F3824. Grayscale: #CBCBCB. Windows color (decimal): -3094565 or 14403536. OLE color: 14403536.

HSL color Cylindrical-coordinate representation of color #D0C7DB: hue angle of 267º 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 #D0C7DB is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB208199219-
CMYK0.050.0900.14
HSL267º21.74%81.96%-
HSV(B)267º9.13%85.88%-
XYZ59.2259.3775.36-
YUV203.97136.48130.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.23%
GREEN value IS 199 (78.12% from 255) = 31.79%
BLUE value IS 219 (85.94% from 255) = 34.98%
R=33.23%
G=31.79%
B=34.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081992190.050.0900.1426721.7481.96
HexD0C7DB590E10b1652
Octal32030733351101641326122
Binary110100001100011111011011101100101110100001011101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C7DB; }

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

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

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

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

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

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

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

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