Shades of Fog #D8BAEC
Tints of Fog #D8BAEC
RGB
CMYK
RGB Variations
Color information
#D8BAEC (or 0xD8BAEC) is known color: Fog. HEX triplet: D8, BA and EC. RGB value is (216,186,236). Sum of RGB (Red+Green+Blue) = 216+186+236=638 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.86% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BAEC is #274513. Grayscale: #C8C8C8. Windows color (decimal): -2573588 or 15514328. OLE color: 15514328.
HSL color Cylindrical-coordinate representation of color #D8BAEC: hue angle of 276º 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 #D8BAEC is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 186 | 236 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.07 |
| HSL | 276º | 0.57% | 0.83% | - |
| HSV(B) | 276º | 0.21% | 0.93% | - |
| XYZ | 61.02 | 55.77 | 86.91 | - |
| YUV | 200.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 236 | 0.08 | 0.21 | 0 | 0.07 | 276 | 0.57 | 0.83 |
| Hex | D8 | BA | EC | 8 | 15 | 0 | 7 | 114 | 39 | 53 |
| Octal | 330 | 272 | 354 | 10 | 25 | 0 | 7 | 424 | 71 | 123 |
| Binary | 11011000 | 10111010 | 11101100 | 1000 | 10101 | 0 | 111 | 100010100 | 111001 | 1010011 |
Color Harmonies of #D8BAEC
Complementary color
Monochromatic Colors of #D8BAEC
Black with #D8BAEC
Text Example
Text Example
White with #D8BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BAEC; }
p { color: rgb(216,186,236); }
H1.HeaderClassName
{
color: #D8BAEC;
}
.AnyTagClassName
{
color: #D8BAEC;
}
</style>
background-color css
<style>
a { background-color: #D8BAEC; }
a { background-color: rgb(216,186,236); }
div.DivClassName
{
background-color: #D8BAEC;
}
.BgClassName
{
background-color: #D8BAEC;
}
</style>
border-color css
<style>
span { border-color: #D8BAEC; }
span { border-color: rgb(216,186,236); }
td.TdClassName
{
border-color: #D8BAEC;
}
.TagClassName
{
border-color: #D8BAEC;
}
</style>