Shades of Fog #D0BEE0
Tints of Fog #D0BEE0
RGB
CMYK
RGB Variations
Color information
#D0BEE0 (or 0xD0BEE0) is known color: Fog. HEX triplet: D0, BE and E0. RGB value is (208,190,224). Sum of RGB (Red+Green+Blue) = 208+190+224=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 224 - color contains mainly: blue. Hex color #D0BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BEE0 is #2F411F. Grayscale: #C7C7C7. Windows color (decimal): -3096864 or 14728912. OLE color: 14728912.
HSL color Cylindrical-coordinate representation of color #D0BEE0: hue angle of 271.76º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0BEE0 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 190 | 224 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.12 |
| HSL | 271.76º | 0.35% | 0.81% | - |
| HSV(B) | 271.76º | 0.15% | 0.88% | - |
| XYZ | 57.88 | 55.62 | 78.21 | - |
| YUV | 199.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 224 | 0.07 | 0.15 | 0 | 0.12 | 271.76 | 0.35 | 0.81 |
| Hex | D0 | BE | E0 | 7 | F | 0 | C | 110 | 23 | 51 |
| Octal | 320 | 276 | 340 | 7 | 17 | 0 | 14 | 420 | 43 | 121 |
| Binary | 11010000 | 10111110 | 11100000 | 111 | 1111 | 0 | 1100 | 100010000 | 100011 | 1010001 |
Color Harmonies of #D0BEE0
Complementary color
Monochromatic Colors of #D0BEE0
Black with #D0BEE0
Text Example
Text Example
White with #D0BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BEE0; }
p { color: rgb(208,190,224); }
H1.HeaderClassName
{
color: #D0BEE0;
}
.AnyTagClassName
{
color: #D0BEE0;
}
</style>
background-color css
<style>
a { background-color: #D0BEE0; }
a { background-color: rgb(208,190,224); }
div.DivClassName
{
background-color: #D0BEE0;
}
.BgClassName
{
background-color: #D0BEE0;
}
</style>
border-color css
<style>
span { border-color: #D0BEE0; }
span { border-color: rgb(208,190,224); }
td.TdClassName
{
border-color: #D0BEE0;
}
.TagClassName
{
border-color: #D0BEE0;
}
</style>