Shades of Fog #D4BBF7
Tints of Fog #D4BBF7
RGB
CMYK
RGB Variations
Color information
#D4BBF7 (or 0xD4BBF7) is known color: Fog. HEX triplet: D4, BB and F7. RGB value is (212,187,247). Sum of RGB (Red+Green+Blue) = 212+187+247=646 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.82% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 247 (96.88% from 255 or 38.24% from 646); Max value from RGB is 247 - color contains mainly: blue. Hex color #D4BBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BBF7 is #2B4408. Grayscale: #C9C9C9. Windows color (decimal): -2835465 or 16235476. OLE color: 16235476.
HSL color Cylindrical-coordinate representation of color #D4BBF7: hue angle of 265º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4BBF7 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 187 | 247 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.03 |
| HSL | 265º | 0.79% | 0.85% | - |
| HSV(B) | 265º | 0.24% | 0.97% | - |
| XYZ | 61.71 | 56.25 | 95.6 | - |
| YUV | 201.32 | 153.78 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 247 | 0.14 | 0.24 | 0 | 0.03 | 265 | 0.79 | 0.85 |
| Hex | D4 | BB | F7 | E | 18 | 0 | 3 | 109 | 4F | 55 |
| Octal | 324 | 273 | 367 | 16 | 30 | 0 | 3 | 411 | 117 | 125 |
| Binary | 11010100 | 10111011 | 11110111 | 1110 | 11000 | 0 | 11 | 100001001 | 1001111 | 1010101 |
Color Harmonies of #D4BBF7
Complementary color
Monochromatic Colors of #D4BBF7
Black with #D4BBF7
Text Example
Text Example
White with #D4BBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BBF7; }
p { color: rgb(212,187,247); }
H1.HeaderClassName
{
color: #D4BBF7;
}
.AnyTagClassName
{
color: #D4BBF7;
}
</style>
background-color css
<style>
a { background-color: #D4BBF7; }
a { background-color: rgb(212,187,247); }
div.DivClassName
{
background-color: #D4BBF7;
}
.BgClassName
{
background-color: #D4BBF7;
}
</style>
border-color css
<style>
span { border-color: #D4BBF7; }
span { border-color: rgb(212,187,247); }
td.TdClassName
{
border-color: #D4BBF7;
}
.TagClassName
{
border-color: #D4BBF7;
}
</style>