Shades of Fog #D8BCEF
Tints of Fog #D8BCEF
RGB
CMYK
RGB Variations
Color information
#D8BCEF (or 0xD8BCEF) is known color: Fog. HEX triplet: D8, BC and EF. RGB value is (216,188,239). Sum of RGB (Red+Green+Blue) = 216+188+239=643 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.59% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8BCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BCEF is #274310. Grayscale: #CACACA. Windows color (decimal): -2573073 or 15711448. OLE color: 15711448.
HSL color Cylindrical-coordinate representation of color #D8BCEF: hue angle of 272.94º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8BCEF is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 188 | 239 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.06 |
| HSL | 272.94º | 0.61% | 0.84% | - |
| HSV(B) | 272.94º | 0.21% | 0.94% | - |
| XYZ | 61.88 | 56.8 | 89.36 | - |
| YUV | 202.19 | 148.78 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 239 | 0.10 | 0.21 | 0 | 0.06 | 272.94 | 0.61 | 0.84 |
| Hex | D8 | BC | EF | A | 15 | 0 | 6 | 111 | 3D | 54 |
| Octal | 330 | 274 | 357 | 12 | 25 | 0 | 6 | 421 | 75 | 124 |
| Binary | 11011000 | 10111100 | 11101111 | 1010 | 10101 | 0 | 110 | 100010001 | 111101 | 1010100 |
Color Harmonies of #D8BCEF
Complementary color
Monochromatic Colors of #D8BCEF
Black with #D8BCEF
Text Example
Text Example
White with #D8BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BCEF; }
p { color: rgb(216,188,239); }
H1.HeaderClassName
{
color: #D8BCEF;
}
.AnyTagClassName
{
color: #D8BCEF;
}
</style>
background-color css
<style>
a { background-color: #D8BCEF; }
a { background-color: rgb(216,188,239); }
div.DivClassName
{
background-color: #D8BCEF;
}
.BgClassName
{
background-color: #D8BCEF;
}
</style>
border-color css
<style>
span { border-color: #D8BCEF; }
span { border-color: rgb(216,188,239); }
td.TdClassName
{
border-color: #D8BCEF;
}
.TagClassName
{
border-color: #D8BCEF;
}
</style>