#D0C2DB

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

Shades of Fog #D0C2DB

Tints of Fog #D0C2DB

Color information

#D0C2DB (or 0xD0C2DB) is unknown color: approx Fog. HEX triplet: D0, C2 and DB. RGB value is (208,194,219). Sum of RGB (Red+Green+Blue) = 208+194+219=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 194 (76.17% from 255 or 31.24% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0C2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C2DB is #2F3D24. Grayscale: #C8C8C8. Windows color (decimal): -3095845 or 14402256. OLE color: 14402256.

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

Color convert

RGB208194219-
CMYK0.050.1100.14
HSL273.6º25.77%80.98%-
HSV(B)273.6º11.42%85.88%-
XYZ58.0957.1174.98-
YUV201.04138.14132.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.49%
GREEN value IS 194 (76.17% from 255) = 31.24%
BLUE value IS 219 (85.94% from 255) = 35.27%
R=33.49%
G=31.24%
B=35.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081942190.050.1100.14273.625.7780.98
HexD0C2DB5B0E1121a51
Octal32030233351301642232121
Binary110100001100001011011011101101101110100010010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C2DB; }

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

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

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

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

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

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

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

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