Shades of Fog #D0BEF1
Tints of Fog #D0BEF1
RGB
CMYK
RGB Variations
Color information
#D0BEF1 (or 0xD0BEF1) is known color: Fog. HEX triplet: D0, BE and F1. RGB value is (208,190,241). Sum of RGB (Red+Green+Blue) = 208+190+241=639 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.55% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0BEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BEF1 is #2F410E. Grayscale: #C9C9C9. Windows color (decimal): -3096847 or 15843024. OLE color: 15843024.
HSL color Cylindrical-coordinate representation of color #D0BEF1: hue angle of 261.18º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0BEF1 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 190 | 241 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.05 |
| HSL | 261.18º | 0.65% | 0.85% | - |
| HSV(B) | 261.18º | 0.21% | 0.95% | - |
| XYZ | 60.3 | 56.59 | 90.96 | - |
| YUV | 201.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 241 | 0.14 | 0.21 | 0 | 0.05 | 261.18 | 0.65 | 0.85 |
| Hex | D0 | BE | F1 | E | 15 | 0 | 5 | 105 | 41 | 55 |
| Octal | 320 | 276 | 361 | 16 | 25 | 0 | 5 | 405 | 101 | 125 |
| Binary | 11010000 | 10111110 | 11110001 | 1110 | 10101 | 0 | 101 | 100000101 | 1000001 | 1010101 |
Color Harmonies of #D0BEF1
Complementary color
Monochromatic Colors of #D0BEF1
Black with #D0BEF1
Text Example
Text Example
White with #D0BEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BEF1; }
p { color: rgb(208,190,241); }
H1.HeaderClassName
{
color: #D0BEF1;
}
.AnyTagClassName
{
color: #D0BEF1;
}
</style>
background-color css
<style>
a { background-color: #D0BEF1; }
a { background-color: rgb(208,190,241); }
div.DivClassName
{
background-color: #D0BEF1;
}
.BgClassName
{
background-color: #D0BEF1;
}
</style>
border-color css
<style>
span { border-color: #D0BEF1; }
span { border-color: rgb(208,190,241); }
td.TdClassName
{
border-color: #D0BEF1;
}
.TagClassName
{
border-color: #D0BEF1;
}
</style>