Shades of Fog #D0BEE1
Tints of Fog #D0BEE1
RGB
CMYK
RGB Variations
Color information
#D0BEE1 (or 0xD0BEE1) is known color: Fog. HEX triplet: D0, BE and E1. RGB value is (208,190,225). Sum of RGB (Red+Green+Blue) = 208+190+225=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 225 - color contains mainly: blue. Hex color #D0BEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BEE1 is #2F411E. Grayscale: #C7C7C7. Windows color (decimal): -3096863 or 14794448. OLE color: 14794448.
HSL color Cylindrical-coordinate representation of color #D0BEE1: hue angle of 270.86º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0BEE1 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 190 | 225 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.12 |
| HSL | 270.86º | 0.37% | 0.81% | - |
| HSV(B) | 270.86º | 0.16% | 0.88% | - |
| XYZ | 58.02 | 55.67 | 78.92 | - |
| YUV | 199.37 | 142.46 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 225 | 0.08 | 0.16 | 0 | 0.12 | 270.86 | 0.37 | 0.81 |
| Hex | D0 | BE | E1 | 8 | 10 | 0 | C | 10F | 25 | 51 |
| Octal | 320 | 276 | 341 | 10 | 20 | 0 | 14 | 417 | 45 | 121 |
| Binary | 11010000 | 10111110 | 11100001 | 1000 | 10000 | 0 | 1100 | 100001111 | 100101 | 1010001 |
Color Harmonies of #D0BEE1
Complementary color
Monochromatic Colors of #D0BEE1
Black with #D0BEE1
Text Example
Text Example
White with #D0BEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BEE1; }
p { color: rgb(208,190,225); }
H1.HeaderClassName
{
color: #D0BEE1;
}
.AnyTagClassName
{
color: #D0BEE1;
}
</style>
background-color css
<style>
a { background-color: #D0BEE1; }
a { background-color: rgb(208,190,225); }
div.DivClassName
{
background-color: #D0BEE1;
}
.BgClassName
{
background-color: #D0BEE1;
}
</style>
border-color css
<style>
span { border-color: #D0BEE1; }
span { border-color: rgb(208,190,225); }
td.TdClassName
{
border-color: #D0BEE1;
}
.TagClassName
{
border-color: #D0BEE1;
}
</style>