Shades of Fog #D8BEEF
Tints of Fog #D8BEEF
RGB
CMYK
RGB Variations
Color information
#D8BEEF (or 0xD8BEEF) is known color: Fog. HEX triplet: D8, BE and EF. RGB value is (216,190,239). Sum of RGB (Red+Green+Blue) = 216+190+239=645 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.49% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8BEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BEEF is #274110. Grayscale: #CBCBCB. Windows color (decimal): -2572561 or 15711960. OLE color: 15711960.
HSL color Cylindrical-coordinate representation of color #D8BEEF: hue angle of 271.84º degrees, saturation: 0.6, 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 #D8BEEF is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 190 | 239 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.06 |
| HSL | 271.84º | 0.6% | 0.84% | - |
| HSV(B) | 271.84º | 0.21% | 0.94% | - |
| XYZ | 62.31 | 57.66 | 89.51 | - |
| YUV | 203.36 | 148.11 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 239 | 0.10 | 0.21 | 0 | 0.06 | 271.84 | 0.6 | 0.84 |
| Hex | D8 | BE | EF | A | 15 | 0 | 6 | 110 | 3C | 54 |
| Octal | 330 | 276 | 357 | 12 | 25 | 0 | 6 | 420 | 74 | 124 |
| Binary | 11011000 | 10111110 | 11101111 | 1010 | 10101 | 0 | 110 | 100010000 | 111100 | 1010100 |
Color Harmonies of #D8BEEF
Complementary color
Monochromatic Colors of #D8BEEF
Black with #D8BEEF
Text Example
Text Example
White with #D8BEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BEEF; }
p { color: rgb(216,190,239); }
H1.HeaderClassName
{
color: #D8BEEF;
}
.AnyTagClassName
{
color: #D8BEEF;
}
</style>
background-color css
<style>
a { background-color: #D8BEEF; }
a { background-color: rgb(216,190,239); }
div.DivClassName
{
background-color: #D8BEEF;
}
.BgClassName
{
background-color: #D8BEEF;
}
</style>
border-color css
<style>
span { border-color: #D8BEEF; }
span { border-color: rgb(216,190,239); }
td.TdClassName
{
border-color: #D8BEEF;
}
.TagClassName
{
border-color: #D8BEEF;
}
</style>