Shades of Fog #D8CBE6
Tints of Fog #D8CBE6
RGB
CMYK
RGB Variations
Color information
#D8CBE6 (or 0xD8CBE6) is known color: Fog. HEX triplet: D8, CB and E6. RGB value is (216,203,230). Sum of RGB (Red+Green+Blue) = 216+203+230=649 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.28% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 230 (90.23% from 255 or 35.44% from 649); Max value from RGB is 230 - color contains mainly: blue. Hex color #D8CBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CBE6 is #273419. Grayscale: #D1D1D1. Windows color (decimal): -2569242 or 15125464. OLE color: 15125464.
HSL color Cylindrical-coordinate representation of color #D8CBE6: hue angle of 268.89º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8CBE6 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 203 | 230 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.10 |
| HSL | 268.89º | 0.35% | 0.85% | - |
| HSV(B) | 268.89º | 0.12% | 0.9% | - |
| XYZ | 63.96 | 63.02 | 83.66 | - |
| YUV | 209.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 203 | 230 | 0.06 | 0.12 | 0 | 0.10 | 268.89 | 0.35 | 0.85 |
| Hex | D8 | CB | E6 | 6 | C | 0 | A | 10D | 23 | 55 |
| Octal | 330 | 313 | 346 | 6 | 14 | 0 | 12 | 415 | 43 | 125 |
| Binary | 11011000 | 11001011 | 11100110 | 110 | 1100 | 0 | 1010 | 100001101 | 100011 | 1010101 |
Color Harmonies of #D8CBE6
Complementary color
Monochromatic Colors of #D8CBE6
Black with #D8CBE6
Text Example
Text Example
White with #D8CBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CBE6; }
p { color: rgb(216,203,230); }
H1.HeaderClassName
{
color: #D8CBE6;
}
.AnyTagClassName
{
color: #D8CBE6;
}
</style>
background-color css
<style>
a { background-color: #D8CBE6; }
a { background-color: rgb(216,203,230); }
div.DivClassName
{
background-color: #D8CBE6;
}
.BgClassName
{
background-color: #D8CBE6;
}
</style>
border-color css
<style>
span { border-color: #D8CBE6; }
span { border-color: rgb(216,203,230); }
td.TdClassName
{
border-color: #D8CBE6;
}
.TagClassName
{
border-color: #D8CBE6;
}
</style>