Shades of Fog #D0CBDA
Tints of Fog #D0CBDA
RGB
CMYK
RGB Variations
Color information
#D0CBDA (or 0xD0CBDA) is known color: Fog. HEX triplet: D0, CB and DA. RGB value is (208,203,218). Sum of RGB (Red+Green+Blue) = 208+203+218=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 218 - color contains mainly: blue. Hex color #D0CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CBDA is #2F3425. Grayscale: #CECECE. Windows color (decimal): -3093542 or 14339024. OLE color: 14339024.
HSL color Cylindrical-coordinate representation of color #D0CBDA: hue angle of 260º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0CBDA is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 203 | 218 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.15 |
| HSL | 260º | 0.17% | 0.83% | - |
| HSV(B) | 260º | 0.07% | 0.85% | - |
| XYZ | 60.02 | 61.18 | 74.98 | - |
| YUV | 206.21 | 134.66 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 218 | 0.05 | 0.07 | 0 | 0.15 | 260 | 0.17 | 0.83 |
| Hex | D0 | CB | DA | 5 | 7 | 0 | F | 104 | 11 | 53 |
| Octal | 320 | 313 | 332 | 5 | 7 | 0 | 17 | 404 | 21 | 123 |
| Binary | 11010000 | 11001011 | 11011010 | 101 | 111 | 0 | 1111 | 100000100 | 10001 | 1010011 |
Color Harmonies of #D0CBDA
Complementary color
Monochromatic Colors of #D0CBDA
Black with #D0CBDA
Text Example
Text Example
White with #D0CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CBDA; }
p { color: rgb(208,203,218); }
H1.HeaderClassName
{
color: #D0CBDA;
}
.AnyTagClassName
{
color: #D0CBDA;
}
</style>
background-color css
<style>
a { background-color: #D0CBDA; }
a { background-color: rgb(208,203,218); }
div.DivClassName
{
background-color: #D0CBDA;
}
.BgClassName
{
background-color: #D0CBDA;
}
</style>
border-color css
<style>
span { border-color: #D0CBDA; }
span { border-color: rgb(208,203,218); }
td.TdClassName
{
border-color: #D0CBDA;
}
.TagClassName
{
border-color: #D0CBDA;
}
</style>