Shades of Fog #D0CBD5
Tints of Fog #D0CBD5
RGB
CMYK
RGB Variations
Color information
#D0CBD5 (or 0xD0CBD5) is known color: Fog. HEX triplet: D0, CB and D5. RGB value is (208,203,213). Sum of RGB (Red+Green+Blue) = 208+203+213=624 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.33% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 213 - color contains mainly: blue. Hex color #D0CBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CBD5 is #2F342A. Grayscale: #CDCDCD. Windows color (decimal): -3093547 or 14011344. OLE color: 14011344.
HSL color Cylindrical-coordinate representation of color #D0CBD5: hue angle of 270º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0CBD5 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 203 | 213 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.16 |
| HSL | 270º | 0.11% | 0.82% | - |
| HSV(B) | 270º | 0.05% | 0.84% | - |
| XYZ | 59.38 | 60.93 | 71.58 | - |
| YUV | 205.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 213 | 0.02 | 0.05 | 0 | 0.16 | 270 | 0.11 | 0.82 |
| Hex | D0 | CB | D5 | 2 | 5 | 0 | 10 | 10E | B | 52 |
| Octal | 320 | 313 | 325 | 2 | 5 | 0 | 20 | 416 | 13 | 122 |
| Binary | 11010000 | 11001011 | 11010101 | 10 | 101 | 0 | 10000 | 100001110 | 1011 | 1010010 |
Color Harmonies of #D0CBD5
Complementary color
Monochromatic Colors of #D0CBD5
Black with #D0CBD5
Text Example
Text Example
White with #D0CBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CBD5; }
p { color: rgb(208,203,213); }
H1.HeaderClassName
{
color: #D0CBD5;
}
.AnyTagClassName
{
color: #D0CBD5;
}
</style>
background-color css
<style>
a { background-color: #D0CBD5; }
a { background-color: rgb(208,203,213); }
div.DivClassName
{
background-color: #D0CBD5;
}
.BgClassName
{
background-color: #D0CBD5;
}
</style>
border-color css
<style>
span { border-color: #D0CBD5; }
span { border-color: rgb(208,203,213); }
td.TdClassName
{
border-color: #D0CBD5;
}
.TagClassName
{
border-color: #D0CBD5;
}
</style>