Shades of Fog #D4BBEA
Tints of Fog #D4BBEA
RGB
CMYK
RGB Variations
Color information
#D4BBEA (or 0xD4BBEA) is known color: Fog. HEX triplet: D4, BB and EA. RGB value is (212,187,234). Sum of RGB (Red+Green+Blue) = 212+187+234=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #D4BBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BBEA is #2B4415. Grayscale: #C7C7C7. Windows color (decimal): -2835478 or 15383508. OLE color: 15383508.
HSL color Cylindrical-coordinate representation of color #D4BBEA: hue angle of 271.91º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4BBEA is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 187 | 234 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.08 |
| HSL | 271.91º | 0.53% | 0.83% | - |
| HSV(B) | 271.91º | 0.2% | 0.92% | - |
| XYZ | 59.77 | 55.48 | 85.4 | - |
| YUV | 199.83 | 147.28 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 234 | 0.09 | 0.20 | 0 | 0.08 | 271.91 | 0.53 | 0.83 |
| Hex | D4 | BB | EA | 9 | 14 | 0 | 8 | 110 | 35 | 53 |
| Octal | 324 | 273 | 352 | 11 | 24 | 0 | 10 | 420 | 65 | 123 |
| Binary | 11010100 | 10111011 | 11101010 | 1001 | 10100 | 0 | 1000 | 100010000 | 110101 | 1010011 |
Color Harmonies of #D4BBEA
Complementary color
Monochromatic Colors of #D4BBEA
Black with #D4BBEA
Text Example
Text Example
White with #D4BBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BBEA; }
p { color: rgb(212,187,234); }
H1.HeaderClassName
{
color: #D4BBEA;
}
.AnyTagClassName
{
color: #D4BBEA;
}
</style>
background-color css
<style>
a { background-color: #D4BBEA; }
a { background-color: rgb(212,187,234); }
div.DivClassName
{
background-color: #D4BBEA;
}
.BgClassName
{
background-color: #D4BBEA;
}
</style>
border-color css
<style>
span { border-color: #D4BBEA; }
span { border-color: rgb(212,187,234); }
td.TdClassName
{
border-color: #D4BBEA;
}
.TagClassName
{
border-color: #D4BBEA;
}
</style>