Shades of Fog #D0BEFE
Tints of Fog #D0BEFE
RGB
CMYK
RGB Variations
Color information
#D0BEFE (or 0xD0BEFE) is known color: Fog. HEX triplet: D0, BE and FE. RGB value is (208,190,254). Sum of RGB (Red+Green+Blue) = 208+190+254=652 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.90% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0BEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BEFE is #2F4101. Grayscale: #CACACA. Windows color (decimal): -3096834 or 16694992. OLE color: 16694992.
HSL color Cylindrical-coordinate representation of color #D0BEFE: hue angle of 256.88º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0BEFE is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 190 | 254 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.00 |
| HSL | 256.88º | 0.97% | 0.87% | - |
| HSV(B) | 256.88º | 0.25% | 1% | - |
| XYZ | 62.32 | 57.39 | 101.56 | - |
| YUV | 202.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 254 | 0.18 | 0.25 | 0 | 0.00 | 256.88 | 0.97 | 0.87 |
| Hex | D0 | BE | FE | 12 | 19 | 0 | 0 | 101 | 61 | 57 |
| Octal | 320 | 276 | 376 | 22 | 31 | 0 | 0 | 401 | 141 | 127 |
| Binary | 11010000 | 10111110 | 11111110 | 10010 | 11001 | 0 | 0 | 100000001 | 1100001 | 1010111 |
Color Harmonies of #D0BEFE
Complementary color
Monochromatic Colors of #D0BEFE
Black with #D0BEFE
Text Example
Text Example
White with #D0BEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BEFE; }
p { color: rgb(208,190,254); }
H1.HeaderClassName
{
color: #D0BEFE;
}
.AnyTagClassName
{
color: #D0BEFE;
}
</style>
background-color css
<style>
a { background-color: #D0BEFE; }
a { background-color: rgb(208,190,254); }
div.DivClassName
{
background-color: #D0BEFE;
}
.BgClassName
{
background-color: #D0BEFE;
}
</style>
border-color css
<style>
span { border-color: #D0BEFE; }
span { border-color: rgb(208,190,254); }
td.TdClassName
{
border-color: #D0BEFE;
}
.TagClassName
{
border-color: #D0BEFE;
}
</style>