Shades of Fog #D4BBF6
Tints of Fog #D4BBF6
RGB
CMYK
RGB Variations
Color information
#D4BBF6 (or 0xD4BBF6) is known color: Fog. HEX triplet: D4, BB and F6. RGB value is (212,187,246). Sum of RGB (Red+Green+Blue) = 212+187+246=645 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.87% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 246 - color contains mainly: blue. Hex color #D4BBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BBF6 is #2B4409. Grayscale: #C8C8C8. Windows color (decimal): -2835466 or 16169940. OLE color: 16169940.
HSL color Cylindrical-coordinate representation of color #D4BBF6: hue angle of 265.42º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4BBF6 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 187 | 246 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.04 |
| HSL | 265.42º | 0.77% | 0.85% | - |
| HSV(B) | 265.42º | 0.24% | 0.96% | - |
| XYZ | 61.56 | 56.19 | 94.79 | - |
| YUV | 201.2 | 153.28 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 246 | 0.14 | 0.24 | 0 | 0.04 | 265.42 | 0.77 | 0.85 |
| Hex | D4 | BB | F6 | E | 18 | 0 | 4 | 109 | 4D | 55 |
| Octal | 324 | 273 | 366 | 16 | 30 | 0 | 4 | 411 | 115 | 125 |
| Binary | 11010100 | 10111011 | 11110110 | 1110 | 11000 | 0 | 100 | 100001001 | 1001101 | 1010101 |
Color Harmonies of #D4BBF6
Complementary color
Monochromatic Colors of #D4BBF6
Black with #D4BBF6
Text Example
Text Example
White with #D4BBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BBF6; }
p { color: rgb(212,187,246); }
H1.HeaderClassName
{
color: #D4BBF6;
}
.AnyTagClassName
{
color: #D4BBF6;
}
</style>
background-color css
<style>
a { background-color: #D4BBF6; }
a { background-color: rgb(212,187,246); }
div.DivClassName
{
background-color: #D4BBF6;
}
.BgClassName
{
background-color: #D4BBF6;
}
</style>
border-color css
<style>
span { border-color: #D4BBF6; }
span { border-color: rgb(212,187,246); }
td.TdClassName
{
border-color: #D4BBF6;
}
.TagClassName
{
border-color: #D4BBF6;
}
</style>