#D0C8DB

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

Shades of Fog #D0C8DB

Tints of Fog #D0C8DB

Color information

#D0C8DB (or 0xD0C8DB) is unknown color: approx Fog. HEX triplet: D0, C8 and DB. RGB value is (208,200,219). Sum of RGB (Red+Green+Blue) = 208+200+219=627 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.17% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0C8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C8DB is #2F3724. Grayscale: #CCCCCC. Windows color (decimal): -3094309 or 14403792. OLE color: 14403792.

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

Color convert

RGB208200219-
CMYK0.050.0900.14
HSL265.26º20.88%82.16%-
HSV(B)265.26º8.68%85.88%-
XYZ59.4559.8375.43-
YUV204.56136.15130.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.17%
GREEN value IS 200 (78.52% from 255) = 31.90%
BLUE value IS 219 (85.94% from 255) = 34.93%
R=33.17%
G=31.90%
B=34.93%

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
Decimal2082002190.050.0900.14265.2620.8882.16
HexD0C8DB590E1091552
Octal32031033351101641125122
Binary110100001100100011011011101100101110100001001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C8DB; }

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

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

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

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

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

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

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

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