#D0C5DB

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

Shades of Fog #D0C5DB

Tints of Fog #D0C5DB

Color information

#D0C5DB (or 0xD0C5DB) is unknown color: approx Fog. HEX triplet: D0, C5 and DB. RGB value is (208,197,219). Sum of RGB (Red+Green+Blue) = 208+197+219=624 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.33% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0C5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C5DB is #2F3A24. Grayscale: #CACACA. Windows color (decimal): -3095077 or 14403024. OLE color: 14403024.

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

Color convert

RGB208197219-
CMYK0.050.1000.14
HSL270º23.4%81.57%-
HSV(B)270º10.05%85.88%-
XYZ58.7658.4675.2-
YUV202.8137.14131.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.33%
GREEN value IS 197 (77.34% from 255) = 31.57%
BLUE value IS 219 (85.94% from 255) = 35.10%
R=33.33%
G=31.57%
B=35.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081972190.050.1000.1427023.481.57
HexD0C5DB5A0E10e1752
Octal32030533351201641627122
Binary110100001100010111011011101101001110100001110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C5DB; }

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

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

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

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

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

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

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

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