Shades of Fog #D4BBF2
Tints of Fog #D4BBF2
RGB
CMYK
RGB Variations
Color information
#D4BBF2 (or 0xD4BBF2) is known color: Fog. HEX triplet: D4, BB and F2. RGB value is (212,187,242). Sum of RGB (Red+Green+Blue) = 212+187+242=641 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.07% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #D4BBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BBF2 is #2B440D. Grayscale: #C8C8C8. Windows color (decimal): -2835470 or 15907796. OLE color: 15907796.
HSL color Cylindrical-coordinate representation of color #D4BBF2: hue angle of 267.27º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4BBF2 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 187 | 242 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.05 |
| HSL | 267.27º | 0.68% | 0.84% | - |
| HSV(B) | 267.27º | 0.23% | 0.95% | - |
| XYZ | 60.95 | 55.95 | 91.59 | - |
| YUV | 200.75 | 151.28 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 242 | 0.12 | 0.23 | 0 | 0.05 | 267.27 | 0.68 | 0.84 |
| Hex | D4 | BB | F2 | C | 17 | 0 | 5 | 10B | 44 | 54 |
| Octal | 324 | 273 | 362 | 14 | 27 | 0 | 5 | 413 | 104 | 124 |
| Binary | 11010100 | 10111011 | 11110010 | 1100 | 10111 | 0 | 101 | 100001011 | 1000100 | 1010100 |
Color Harmonies of #D4BBF2
Complementary color
Monochromatic Colors of #D4BBF2
Black with #D4BBF2
Text Example
Text Example
White with #D4BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BBF2; }
p { color: rgb(212,187,242); }
H1.HeaderClassName
{
color: #D4BBF2;
}
.AnyTagClassName
{
color: #D4BBF2;
}
</style>
background-color css
<style>
a { background-color: #D4BBF2; }
a { background-color: rgb(212,187,242); }
div.DivClassName
{
background-color: #D4BBF2;
}
.BgClassName
{
background-color: #D4BBF2;
}
</style>
border-color css
<style>
span { border-color: #D4BBF2; }
span { border-color: rgb(212,187,242); }
td.TdClassName
{
border-color: #D4BBF2;
}
.TagClassName
{
border-color: #D4BBF2;
}
</style>