Shades of Fog #D0C5DB
Tints of Fog #D0C5DB
RGB
CMYK
RGB Variations
Color information
#D0C5DB (or 0xD0C5DB) is known color: 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
RGB | 208 | 197 | 219 | - |
CMYK | 0.05 | 0.10 | 0 | 0.14 |
HSL | 270º | 0.23% | 0.82% | - |
HSV(B) | 270º | 0.1% | 0.86% | - |
XYZ | 58.76 | 58.46 | 75.2 | - |
YUV | 202.8 | 137.14 | 131.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 197 | 219 | 0.05 | 0.10 | 0 | 0.14 | 270 | 0.23 | 0.82 |
Hex | D0 | C5 | DB | 5 | A | 0 | E | 10E | 17 | 52 |
Octal | 320 | 305 | 333 | 5 | 12 | 0 | 16 | 416 | 27 | 122 |
Binary | 11010000 | 11000101 | 11011011 | 101 | 1010 | 0 | 1110 | 100001110 | 10111 | 1010010 |
Color Harmonies of #D0C5DB
Complementary color
Monochromatic Colors of #D0C5DB
Black with #D0C5DB
Text Example
Text Example
White with #D0C5DB
Text Example
Text Example
HTML Codes & Css Web 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>