Shades of Fog #D0CBDF
Tints of Fog #D0CBDF
RGB
CMYK
RGB Variations
Color information
#D0CBDF (or 0xD0CBDF) is known color: Fog. HEX triplet: D0, CB and DF. RGB value is (208,203,223). Sum of RGB (Red+Green+Blue) = 208+203+223=634 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.81% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0CBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CBDF is #2F3420. Grayscale: #CECECE. Windows color (decimal): -3093537 or 14666704. OLE color: 14666704.
HSL color Cylindrical-coordinate representation of color #D0CBDF: hue angle of 255º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0CBDF is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 203 | 223 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.13 |
| HSL | 255º | 0.24% | 0.84% | - |
| HSV(B) | 255º | 0.09% | 0.87% | - |
| XYZ | 60.69 | 61.45 | 78.47 | - |
| YUV | 206.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 223 | 0.07 | 0.09 | 0 | 0.13 | 255 | 0.24 | 0.84 |
| Hex | D0 | CB | DF | 7 | 9 | 0 | D | FF | 18 | 54 |
| Octal | 320 | 313 | 337 | 7 | 11 | 0 | 15 | 377 | 30 | 124 |
| Binary | 11010000 | 11001011 | 11011111 | 111 | 1001 | 0 | 1101 | 11111111 | 11000 | 1010100 |
Color Harmonies of #D0CBDF
Complementary color
Monochromatic Colors of #D0CBDF
Black with #D0CBDF
Text Example
Text Example
White with #D0CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CBDF; }
p { color: rgb(208,203,223); }
H1.HeaderClassName
{
color: #D0CBDF;
}
.AnyTagClassName
{
color: #D0CBDF;
}
</style>
background-color css
<style>
a { background-color: #D0CBDF; }
a { background-color: rgb(208,203,223); }
div.DivClassName
{
background-color: #D0CBDF;
}
.BgClassName
{
background-color: #D0CBDF;
}
</style>
border-color css
<style>
span { border-color: #D0CBDF; }
span { border-color: rgb(208,203,223); }
td.TdClassName
{
border-color: #D0CBDF;
}
.TagClassName
{
border-color: #D0CBDF;
}
</style>