Shades of Fog #D0CBDD
Tints of Fog #D0CBDD
RGB
CMYK
RGB Variations
Color information
#D0CBDD (or 0xD0CBDD) is known color: Fog. HEX triplet: D0, CB and DD. RGB value is (208,203,221). Sum of RGB (Red+Green+Blue) = 208+203+221=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CBDD is #2F3422. Grayscale: #CECECE. Windows color (decimal): -3093539 or 14535632. OLE color: 14535632.
HSL color Cylindrical-coordinate representation of color #D0CBDD: hue angle of 256.67º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0CBDD is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 203 | 221 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.13 |
| HSL | 256.67º | 0.21% | 0.83% | - |
| HSV(B) | 256.67º | 0.08% | 0.87% | - |
| XYZ | 60.42 | 61.34 | 77.06 | - |
| YUV | 206.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 221 | 0.06 | 0.08 | 0 | 0.13 | 256.67 | 0.21 | 0.83 |
| Hex | D0 | CB | DD | 6 | 8 | 0 | D | 101 | 15 | 53 |
| Octal | 320 | 313 | 335 | 6 | 10 | 0 | 15 | 401 | 25 | 123 |
| Binary | 11010000 | 11001011 | 11011101 | 110 | 1000 | 0 | 1101 | 100000001 | 10101 | 1010011 |
Color Harmonies of #D0CBDD
Complementary color
Monochromatic Colors of #D0CBDD
Black with #D0CBDD
Text Example
Text Example
White with #D0CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CBDD; }
p { color: rgb(208,203,221); }
H1.HeaderClassName
{
color: #D0CBDD;
}
.AnyTagClassName
{
color: #D0CBDD;
}
</style>
background-color css
<style>
a { background-color: #D0CBDD; }
a { background-color: rgb(208,203,221); }
div.DivClassName
{
background-color: #D0CBDD;
}
.BgClassName
{
background-color: #D0CBDD;
}
</style>
border-color css
<style>
span { border-color: #D0CBDD; }
span { border-color: rgb(208,203,221); }
td.TdClassName
{
border-color: #D0CBDD;
}
.TagClassName
{
border-color: #D0CBDD;
}
</style>