Shades of Fog #D0BEF2
Tints of Fog #D0BEF2
RGB
CMYK
RGB Variations
Color information
#D0BEF2 (or 0xD0BEF2) is known color: Fog. HEX triplet: D0, BE and F2. RGB value is (208,190,242). Sum of RGB (Red+Green+Blue) = 208+190+242=640 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.5% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 242 - color contains mainly: blue. Hex color #D0BEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BEF2 is #2F410D. Grayscale: #C9C9C9. Windows color (decimal): -3096846 or 15908560. OLE color: 15908560.
HSL color Cylindrical-coordinate representation of color #D0BEF2: hue angle of 260.77º degrees, saturation: 0.67, 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 #D0BEF2 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 190 | 242 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.05 |
| HSL | 260.77º | 0.67% | 0.85% | - |
| HSV(B) | 260.77º | 0.21% | 0.95% | - |
| XYZ | 60.45 | 56.65 | 91.75 | - |
| YUV | 201.31 | 150.96 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 242 | 0.14 | 0.21 | 0 | 0.05 | 260.77 | 0.67 | 0.85 |
| Hex | D0 | BE | F2 | E | 15 | 0 | 5 | 105 | 43 | 55 |
| Octal | 320 | 276 | 362 | 16 | 25 | 0 | 5 | 405 | 103 | 125 |
| Binary | 11010000 | 10111110 | 11110010 | 1110 | 10101 | 0 | 101 | 100000101 | 1000011 | 1010101 |
Color Harmonies of #D0BEF2
Complementary color
Monochromatic Colors of #D0BEF2
Black with #D0BEF2
Text Example
Text Example
White with #D0BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BEF2; }
p { color: rgb(208,190,242); }
H1.HeaderClassName
{
color: #D0BEF2;
}
.AnyTagClassName
{
color: #D0BEF2;
}
</style>
background-color css
<style>
a { background-color: #D0BEF2; }
a { background-color: rgb(208,190,242); }
div.DivClassName
{
background-color: #D0BEF2;
}
.BgClassName
{
background-color: #D0BEF2;
}
</style>
border-color css
<style>
span { border-color: #D0BEF2; }
span { border-color: rgb(208,190,242); }
td.TdClassName
{
border-color: #D0BEF2;
}
.TagClassName
{
border-color: #D0BEF2;
}
</style>