Shades of Fog #D0BAE4
Tints of Fog #D0BAE4
RGB
CMYK
RGB Variations
Color information
#D0BAE4 (or 0xD0BAE4) is known color: Fog. HEX triplet: D0, BA and E4. RGB value is (208,186,228). Sum of RGB (Red+Green+Blue) = 208+186+228=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 228 - color contains mainly: blue. Hex color #D0BAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BAE4 is #2F451B. Grayscale: #C5C5C5. Windows color (decimal): -3097884 or 14990032. OLE color: 14990032.
HSL color Cylindrical-coordinate representation of color #D0BAE4: hue angle of 271.43º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0BAE4 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 186 | 228 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.11 |
| HSL | 271.43º | 0.44% | 0.81% | - |
| HSV(B) | 271.43º | 0.18% | 0.89% | - |
| XYZ | 57.57 | 54.13 | 80.81 | - |
| YUV | 197.37 | 145.29 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 228 | 0.09 | 0.18 | 0 | 0.11 | 271.43 | 0.44 | 0.81 |
| Hex | D0 | BA | E4 | 9 | 12 | 0 | B | 10F | 2C | 51 |
| Octal | 320 | 272 | 344 | 11 | 22 | 0 | 13 | 417 | 54 | 121 |
| Binary | 11010000 | 10111010 | 11100100 | 1001 | 10010 | 0 | 1011 | 100001111 | 101100 | 1010001 |
Color Harmonies of #D0BAE4
Complementary color
Monochromatic Colors of #D0BAE4
Black with #D0BAE4
Text Example
Text Example
White with #D0BAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BAE4; }
p { color: rgb(208,186,228); }
H1.HeaderClassName
{
color: #D0BAE4;
}
.AnyTagClassName
{
color: #D0BAE4;
}
</style>
background-color css
<style>
a { background-color: #D0BAE4; }
a { background-color: rgb(208,186,228); }
div.DivClassName
{
background-color: #D0BAE4;
}
.BgClassName
{
background-color: #D0BAE4;
}
</style>
border-color css
<style>
span { border-color: #D0BAE4; }
span { border-color: rgb(208,186,228); }
td.TdClassName
{
border-color: #D0BAE4;
}
.TagClassName
{
border-color: #D0BAE4;
}
</style>