Shades of Fog #D8BEFC
Tints of Fog #D8BEFC
RGB
CMYK
RGB Variations
Color information
#D8BEFC (or 0xD8BEFC) is known color: Fog. HEX triplet: D8, BE and FC. RGB value is (216,190,252). Sum of RGB (Red+Green+Blue) = 216+190+252=658 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.83% from 658); Green value is 190 (74.61% from 255 or 28.88% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8BEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BEFC is #274103. Grayscale: #CCCCCC. Windows color (decimal): -2572548 or 16563928. OLE color: 16563928.
HSL color Cylindrical-coordinate representation of color #D8BEFC: hue angle of 265.16º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8BEFC is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 190 | 252 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.01 |
| HSL | 265.16º | 0.91% | 0.87% | - |
| HSV(B) | 265.16º | 0.25% | 0.99% | - |
| XYZ | 64.3 | 58.45 | 99.99 | - |
| YUV | 204.84 | 154.61 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 252 | 0.14 | 0.25 | 0 | 0.01 | 265.16 | 0.91 | 0.87 |
| Hex | D8 | BE | FC | E | 19 | 0 | 1 | 109 | 5B | 57 |
| Octal | 330 | 276 | 374 | 16 | 31 | 0 | 1 | 411 | 133 | 127 |
| Binary | 11011000 | 10111110 | 11111100 | 1110 | 11001 | 0 | 1 | 100001001 | 1011011 | 1010111 |
Color Harmonies of #D8BEFC
Complementary color
Monochromatic Colors of #D8BEFC
Black with #D8BEFC
Text Example
Text Example
White with #D8BEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BEFC; }
p { color: rgb(216,190,252); }
H1.HeaderClassName
{
color: #D8BEFC;
}
.AnyTagClassName
{
color: #D8BEFC;
}
</style>
background-color css
<style>
a { background-color: #D8BEFC; }
a { background-color: rgb(216,190,252); }
div.DivClassName
{
background-color: #D8BEFC;
}
.BgClassName
{
background-color: #D8BEFC;
}
</style>
border-color css
<style>
span { border-color: #D8BEFC; }
span { border-color: rgb(216,190,252); }
td.TdClassName
{
border-color: #D8BEFC;
}
.TagClassName
{
border-color: #D8BEFC;
}
</style>