Shades of Fog #D0BEF8
Tints of Fog #D0BEF8
RGB
CMYK
RGB Variations
Color information
#D0BEF8 (or 0xD0BEF8) is known color: Fog. HEX triplet: D0, BE and F8. RGB value is (208,190,248). Sum of RGB (Red+Green+Blue) = 208+190+248=646 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.20% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 248 (97.27% from 255 or 38.39% from 646); Max value from RGB is 248 - color contains mainly: blue. Hex color #D0BEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BEF8 is #2F4107. Grayscale: #C9C9C9. Windows color (decimal): -3096840 or 16301776. OLE color: 16301776.
HSL color Cylindrical-coordinate representation of color #D0BEF8: hue angle of 258.62º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0BEF8 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 190 | 248 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.03 |
| HSL | 258.62º | 0.81% | 0.86% | - |
| HSV(B) | 258.62º | 0.23% | 0.97% | - |
| XYZ | 61.37 | 57.01 | 96.58 | - |
| YUV | 201.99 | 153.96 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 248 | 0.16 | 0.23 | 0 | 0.03 | 258.62 | 0.81 | 0.86 |
| Hex | D0 | BE | F8 | 10 | 17 | 0 | 3 | 103 | 51 | 56 |
| Octal | 320 | 276 | 370 | 20 | 27 | 0 | 3 | 403 | 121 | 126 |
| Binary | 11010000 | 10111110 | 11111000 | 10000 | 10111 | 0 | 11 | 100000011 | 1010001 | 1010110 |
Color Harmonies of #D0BEF8
Complementary color
Monochromatic Colors of #D0BEF8
Black with #D0BEF8
Text Example
Text Example
White with #D0BEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BEF8; }
p { color: rgb(208,190,248); }
H1.HeaderClassName
{
color: #D0BEF8;
}
.AnyTagClassName
{
color: #D0BEF8;
}
</style>
background-color css
<style>
a { background-color: #D0BEF8; }
a { background-color: rgb(208,190,248); }
div.DivClassName
{
background-color: #D0BEF8;
}
.BgClassName
{
background-color: #D0BEF8;
}
</style>
border-color css
<style>
span { border-color: #D0BEF8; }
span { border-color: rgb(208,190,248); }
td.TdClassName
{
border-color: #D0BEF8;
}
.TagClassName
{
border-color: #D0BEF8;
}
</style>