Shades of Fog #D4BCE9
Tints of Fog #D4BCE9
RGB
CMYK
RGB Variations
Color information
#D4BCE9 (or 0xD4BCE9) is known color: Fog. HEX triplet: D4, BC and E9. RGB value is (212,188,233). Sum of RGB (Red+Green+Blue) = 212+188+233=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 233 (91.41% from 255 or 36.81% from 633); Max value from RGB is 233 - color contains mainly: blue. Hex color #D4BCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BCE9 is #2B4316. Grayscale: #C8C8C8. Windows color (decimal): -2835223 or 15318228. OLE color: 15318228.
HSL color Cylindrical-coordinate representation of color #D4BCE9: hue angle of 272º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4BCE9 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 188 | 233 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.09 |
| HSL | 272º | 0.51% | 0.83% | - |
| HSV(B) | 272º | 0.19% | 0.91% | - |
| XYZ | 59.84 | 55.85 | 84.72 | - |
| YUV | 200.31 | 146.45 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 233 | 0.09 | 0.19 | 0 | 0.09 | 272 | 0.51 | 0.83 |
| Hex | D4 | BC | E9 | 9 | 13 | 0 | 9 | 110 | 33 | 53 |
| Octal | 324 | 274 | 351 | 11 | 23 | 0 | 11 | 420 | 63 | 123 |
| Binary | 11010100 | 10111100 | 11101001 | 1001 | 10011 | 0 | 1001 | 100010000 | 110011 | 1010011 |
Color Harmonies of #D4BCE9
Complementary color
Monochromatic Colors of #D4BCE9
Black with #D4BCE9
Text Example
Text Example
White with #D4BCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BCE9; }
p { color: rgb(212,188,233); }
H1.HeaderClassName
{
color: #D4BCE9;
}
.AnyTagClassName
{
color: #D4BCE9;
}
</style>
background-color css
<style>
a { background-color: #D4BCE9; }
a { background-color: rgb(212,188,233); }
div.DivClassName
{
background-color: #D4BCE9;
}
.BgClassName
{
background-color: #D4BCE9;
}
</style>
border-color css
<style>
span { border-color: #D4BCE9; }
span { border-color: rgb(212,188,233); }
td.TdClassName
{
border-color: #D4BCE9;
}
.TagClassName
{
border-color: #D4BCE9;
}
</style>