Shades of Fog #D0BEF4
Tints of Fog #D0BEF4
RGB
CMYK
RGB Variations
Color information
#D0BEF4 (or 0xD0BEF4) is known color: Fog. HEX triplet: D0, BE and F4. RGB value is (208,190,244). Sum of RGB (Red+Green+Blue) = 208+190+244=642 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.40% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 244 (95.70% from 255 or 38.01% from 642); Max value from RGB is 244 - color contains mainly: blue. Hex color #D0BEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BEF4 is #2F410B. Grayscale: #C9C9C9. Windows color (decimal): -3096844 or 16039632. OLE color: 16039632.
HSL color Cylindrical-coordinate representation of color #D0BEF4: hue angle of 260º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0BEF4 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 190 | 244 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.04 |
| HSL | 260º | 0.71% | 0.85% | - |
| HSV(B) | 260º | 0.22% | 0.96% | - |
| XYZ | 60.76 | 56.77 | 93.34 | - |
| YUV | 201.54 | 151.96 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 244 | 0.15 | 0.22 | 0 | 0.04 | 260 | 0.71 | 0.85 |
| Hex | D0 | BE | F4 | F | 16 | 0 | 4 | 104 | 47 | 55 |
| Octal | 320 | 276 | 364 | 17 | 26 | 0 | 4 | 404 | 107 | 125 |
| Binary | 11010000 | 10111110 | 11110100 | 1111 | 10110 | 0 | 100 | 100000100 | 1000111 | 1010101 |
Color Harmonies of #D0BEF4
Complementary color
Monochromatic Colors of #D0BEF4
Black with #D0BEF4
Text Example
Text Example
White with #D0BEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BEF4; }
p { color: rgb(208,190,244); }
H1.HeaderClassName
{
color: #D0BEF4;
}
.AnyTagClassName
{
color: #D0BEF4;
}
</style>
background-color css
<style>
a { background-color: #D0BEF4; }
a { background-color: rgb(208,190,244); }
div.DivClassName
{
background-color: #D0BEF4;
}
.BgClassName
{
background-color: #D0BEF4;
}
</style>
border-color css
<style>
span { border-color: #D0BEF4; }
span { border-color: rgb(208,190,244); }
td.TdClassName
{
border-color: #D0BEF4;
}
.TagClassName
{
border-color: #D0BEF4;
}
</style>