Shades of Fog #D4BBE7
Tints of Fog #D4BBE7
RGB
CMYK
RGB Variations
Color information
#D4BBE7 (or 0xD4BBE7) is known color: Fog. HEX triplet: D4, BB and E7. RGB value is (212,187,231). Sum of RGB (Red+Green+Blue) = 212+187+231=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 231 (90.62% from 255 or 36.67% from 630); Max value from RGB is 231 - color contains mainly: blue. Hex color #D4BBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BBE7 is #2B4418. Grayscale: #C7C7C7. Windows color (decimal): -2835481 or 15186900. OLE color: 15186900.
HSL color Cylindrical-coordinate representation of color #D4BBE7: hue angle of 274.09º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4BBE7 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 187 | 231 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.09 |
| HSL | 274.09º | 0.48% | 0.82% | - |
| HSV(B) | 274.09º | 0.19% | 0.91% | - |
| XYZ | 59.35 | 55.31 | 83.15 | - |
| YUV | 199.49 | 145.78 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 231 | 0.08 | 0.19 | 0 | 0.09 | 274.09 | 0.48 | 0.82 |
| Hex | D4 | BB | E7 | 8 | 13 | 0 | 9 | 112 | 30 | 52 |
| Octal | 324 | 273 | 347 | 10 | 23 | 0 | 11 | 422 | 60 | 122 |
| Binary | 11010100 | 10111011 | 11100111 | 1000 | 10011 | 0 | 1001 | 100010010 | 110000 | 1010010 |
Color Harmonies of #D4BBE7
Complementary color
Monochromatic Colors of #D4BBE7
Black with #D4BBE7
Text Example
Text Example
White with #D4BBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BBE7; }
p { color: rgb(212,187,231); }
H1.HeaderClassName
{
color: #D4BBE7;
}
.AnyTagClassName
{
color: #D4BBE7;
}
</style>
background-color css
<style>
a { background-color: #D4BBE7; }
a { background-color: rgb(212,187,231); }
div.DivClassName
{
background-color: #D4BBE7;
}
.BgClassName
{
background-color: #D4BBE7;
}
</style>
border-color css
<style>
span { border-color: #D4BBE7; }
span { border-color: rgb(212,187,231); }
td.TdClassName
{
border-color: #D4BBE7;
}
.TagClassName
{
border-color: #D4BBE7;
}
</style>