Shades of Fog #D8CBF8
Tints of Fog #D8CBF8
RGB
CMYK
RGB Variations
Color information
#D8CBF8 (or 0xD8CBF8) is known color: Fog. HEX triplet: D8, CB and F8. RGB value is (216,203,248). Sum of RGB (Red+Green+Blue) = 216+203+248=667 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.38% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 248 (97.27% from 255 or 37.18% from 667); Max value from RGB is 248 - color contains mainly: blue. Hex color #D8CBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CBF8 is #273407. Grayscale: #D3D3D3. Windows color (decimal): -2569224 or 16305112. OLE color: 16305112.
HSL color Cylindrical-coordinate representation of color #D8CBF8: hue angle of 257.33º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8CBF8 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 203 | 248 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.03 |
| HSL | 257.33º | 0.76% | 0.88% | - |
| HSV(B) | 257.33º | 0.18% | 0.97% | - |
| XYZ | 66.62 | 64.09 | 97.67 | - |
| YUV | 212.02 | 148.31 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 203 | 248 | 0.13 | 0.18 | 0 | 0.03 | 257.33 | 0.76 | 0.88 |
| Hex | D8 | CB | F8 | D | 12 | 0 | 3 | 101 | 4C | 58 |
| Octal | 330 | 313 | 370 | 15 | 22 | 0 | 3 | 401 | 114 | 130 |
| Binary | 11011000 | 11001011 | 11111000 | 1101 | 10010 | 0 | 11 | 100000001 | 1001100 | 1011000 |
Color Harmonies of #D8CBF8
Complementary color
Monochromatic Colors of #D8CBF8
Black with #D8CBF8
Text Example
Text Example
White with #D8CBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CBF8; }
p { color: rgb(216,203,248); }
H1.HeaderClassName
{
color: #D8CBF8;
}
.AnyTagClassName
{
color: #D8CBF8;
}
</style>
background-color css
<style>
a { background-color: #D8CBF8; }
a { background-color: rgb(216,203,248); }
div.DivClassName
{
background-color: #D8CBF8;
}
.BgClassName
{
background-color: #D8CBF8;
}
</style>
border-color css
<style>
span { border-color: #D8CBF8; }
span { border-color: rgb(216,203,248); }
td.TdClassName
{
border-color: #D8CBF8;
}
.TagClassName
{
border-color: #D8CBF8;
}
</style>