Shades of Fog #D8BEF6
Tints of Fog #D8BEF6
RGB
CMYK
RGB Variations
Color information
#D8BEF6 (or 0xD8BEF6) is known color: Fog. HEX triplet: D8, BE and F6. RGB value is (216,190,246). Sum of RGB (Red+Green+Blue) = 216+190+246=652 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.13% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 246 (96.48% from 255 or 37.73% from 652); Max value from RGB is 246 - color contains mainly: blue. Hex color #D8BEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BEF6 is #274109. Grayscale: #CBCBCB. Windows color (decimal): -2572554 or 16170712. OLE color: 16170712.
HSL color Cylindrical-coordinate representation of color #D8BEF6: hue angle of 267.86º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8BEF6 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 190 | 246 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.04 |
| HSL | 267.86º | 0.76% | 0.85% | - |
| HSV(B) | 267.86º | 0.23% | 0.96% | - |
| XYZ | 63.37 | 58.08 | 95.06 | - |
| YUV | 204.16 | 151.61 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 246 | 0.12 | 0.23 | 0 | 0.04 | 267.86 | 0.76 | 0.85 |
| Hex | D8 | BE | F6 | C | 17 | 0 | 4 | 10C | 4C | 55 |
| Octal | 330 | 276 | 366 | 14 | 27 | 0 | 4 | 414 | 114 | 125 |
| Binary | 11011000 | 10111110 | 11110110 | 1100 | 10111 | 0 | 100 | 100001100 | 1001100 | 1010101 |
Color Harmonies of #D8BEF6
Complementary color
Monochromatic Colors of #D8BEF6
Black with #D8BEF6
Text Example
Text Example
White with #D8BEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BEF6; }
p { color: rgb(216,190,246); }
H1.HeaderClassName
{
color: #D8BEF6;
}
.AnyTagClassName
{
color: #D8BEF6;
}
</style>
background-color css
<style>
a { background-color: #D8BEF6; }
a { background-color: rgb(216,190,246); }
div.DivClassName
{
background-color: #D8BEF6;
}
.BgClassName
{
background-color: #D8BEF6;
}
</style>
border-color css
<style>
span { border-color: #D8BEF6; }
span { border-color: rgb(216,190,246); }
td.TdClassName
{
border-color: #D8BEF6;
}
.TagClassName
{
border-color: #D8BEF6;
}
</style>