Shades of Fog #D8BCEE
Tints of Fog #D8BCEE
RGB
CMYK
RGB Variations
Color information
#D8BCEE (or 0xD8BCEE) is known color: Fog. HEX triplet: D8, BC and EE. RGB value is (216,188,238). Sum of RGB (Red+Green+Blue) = 216+188+238=642 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.64% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #D8BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BCEE is #274311. Grayscale: #C9C9C9. Windows color (decimal): -2573074 or 15645912. OLE color: 15645912.
HSL color Cylindrical-coordinate representation of color #D8BCEE: hue angle of 273.6º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8BCEE is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 188 | 238 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.07 |
| HSL | 273.6º | 0.6% | 0.84% | - |
| HSV(B) | 273.6º | 0.21% | 0.93% | - |
| XYZ | 61.73 | 56.74 | 88.59 | - |
| YUV | 202.07 | 148.28 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 238 | 0.09 | 0.21 | 0 | 0.07 | 273.6 | 0.6 | 0.84 |
| Hex | D8 | BC | EE | 9 | 15 | 0 | 7 | 112 | 3C | 54 |
| Octal | 330 | 274 | 356 | 11 | 25 | 0 | 7 | 422 | 74 | 124 |
| Binary | 11011000 | 10111100 | 11101110 | 1001 | 10101 | 0 | 111 | 100010010 | 111100 | 1010100 |
Color Harmonies of #D8BCEE
Complementary color
Monochromatic Colors of #D8BCEE
Black with #D8BCEE
Text Example
Text Example
White with #D8BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BCEE; }
p { color: rgb(216,188,238); }
H1.HeaderClassName
{
color: #D8BCEE;
}
.AnyTagClassName
{
color: #D8BCEE;
}
</style>
background-color css
<style>
a { background-color: #D8BCEE; }
a { background-color: rgb(216,188,238); }
div.DivClassName
{
background-color: #D8BCEE;
}
.BgClassName
{
background-color: #D8BCEE;
}
</style>
border-color css
<style>
span { border-color: #D8BCEE; }
span { border-color: rgb(216,188,238); }
td.TdClassName
{
border-color: #D8BCEE;
}
.TagClassName
{
border-color: #D8BCEE;
}
</style>