Shades of Fog #D0BAEC
Tints of Fog #D0BAEC
RGB
CMYK
RGB Variations
Color information
#D0BAEC (or 0xD0BAEC) is known color: Fog. HEX triplet: D0, BA and EC. RGB value is (208,186,236). Sum of RGB (Red+Green+Blue) = 208+186+236=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BAEC is #2F4513. Grayscale: #C6C6C6. Windows color (decimal): -3097876 or 15514320. OLE color: 15514320.
HSL color Cylindrical-coordinate representation of color #D0BAEC: hue angle of 266.4º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0BAEC is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 186 | 236 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.07 |
| HSL | 266.4º | 0.57% | 0.83% | - |
| HSV(B) | 266.4º | 0.21% | 0.93% | - |
| XYZ | 58.71 | 54.58 | 86.8 | - |
| YUV | 198.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 236 | 0.12 | 0.21 | 0 | 0.07 | 266.4 | 0.57 | 0.83 |
| Hex | D0 | BA | EC | C | 15 | 0 | 7 | 10A | 39 | 53 |
| Octal | 320 | 272 | 354 | 14 | 25 | 0 | 7 | 412 | 71 | 123 |
| Binary | 11010000 | 10111010 | 11101100 | 1100 | 10101 | 0 | 111 | 100001010 | 111001 | 1010011 |
Color Harmonies of #D0BAEC
Complementary color
Monochromatic Colors of #D0BAEC
Black with #D0BAEC
Text Example
Text Example
White with #D0BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BAEC; }
p { color: rgb(208,186,236); }
H1.HeaderClassName
{
color: #D0BAEC;
}
.AnyTagClassName
{
color: #D0BAEC;
}
</style>
background-color css
<style>
a { background-color: #D0BAEC; }
a { background-color: rgb(208,186,236); }
div.DivClassName
{
background-color: #D0BAEC;
}
.BgClassName
{
background-color: #D0BAEC;
}
</style>
border-color css
<style>
span { border-color: #D0BAEC; }
span { border-color: rgb(208,186,236); }
td.TdClassName
{
border-color: #D0BAEC;
}
.TagClassName
{
border-color: #D0BAEC;
}
</style>