Shades of Fog #D8BAEE
Tints of Fog #D8BAEE
RGB
CMYK
RGB Variations
Color information
#D8BAEE (or 0xD8BAEE) is known color: Fog. HEX triplet: D8, BA and EE. RGB value is (216,186,238). Sum of RGB (Red+Green+Blue) = 216+186+238=640 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.75% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #D8BAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BAEE is #274511. Grayscale: #C8C8C8. Windows color (decimal): -2573586 or 15645400. OLE color: 15645400.
HSL color Cylindrical-coordinate representation of color #D8BAEE: hue angle of 274.62º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8BAEE is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 186 | 238 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.07 |
| HSL | 274.62º | 0.6% | 0.83% | - |
| HSV(B) | 274.62º | 0.22% | 0.93% | - |
| XYZ | 61.31 | 55.89 | 88.45 | - |
| YUV | 200.9 | 148.94 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 238 | 0.09 | 0.22 | 0 | 0.07 | 274.62 | 0.6 | 0.83 |
| Hex | D8 | BA | EE | 9 | 16 | 0 | 7 | 113 | 3C | 53 |
| Octal | 330 | 272 | 356 | 11 | 26 | 0 | 7 | 423 | 74 | 123 |
| Binary | 11011000 | 10111010 | 11101110 | 1001 | 10110 | 0 | 111 | 100010011 | 111100 | 1010011 |
Color Harmonies of #D8BAEE
Complementary color
Monochromatic Colors of #D8BAEE
Black with #D8BAEE
Text Example
Text Example
White with #D8BAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BAEE; }
p { color: rgb(216,186,238); }
H1.HeaderClassName
{
color: #D8BAEE;
}
.AnyTagClassName
{
color: #D8BAEE;
}
</style>
background-color css
<style>
a { background-color: #D8BAEE; }
a { background-color: rgb(216,186,238); }
div.DivClassName
{
background-color: #D8BAEE;
}
.BgClassName
{
background-color: #D8BAEE;
}
</style>
border-color css
<style>
span { border-color: #D8BAEE; }
span { border-color: rgb(216,186,238); }
td.TdClassName
{
border-color: #D8BAEE;
}
.TagClassName
{
border-color: #D8BAEE;
}
</style>