Shades of Fog #D4BBF3
Tints of Fog #D4BBF3
RGB
CMYK
RGB Variations
Color information
#D4BBF3 (or 0xD4BBF3) is known color: Fog. HEX triplet: D4, BB and F3. RGB value is (212,187,243). Sum of RGB (Red+Green+Blue) = 212+187+243=642 (85% of max value = 765). Red value is 212 (83.20% from 255 or 33.02% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 243 - color contains mainly: blue. Hex color #D4BBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BBF3 is #2B440C. Grayscale: #C8C8C8. Windows color (decimal): -2835469 or 15973332. OLE color: 15973332.
HSL color Cylindrical-coordinate representation of color #D4BBF3: hue angle of 266.79º degrees, saturation: 0.7, 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 #D4BBF3 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 187 | 243 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.05 |
| HSL | 266.79º | 0.7% | 0.84% | - |
| HSV(B) | 266.79º | 0.23% | 0.95% | - |
| XYZ | 61.1 | 56.01 | 92.38 | - |
| YUV | 200.86 | 151.78 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 243 | 0.13 | 0.23 | 0 | 0.05 | 266.79 | 0.7 | 0.84 |
| Hex | D4 | BB | F3 | D | 17 | 0 | 5 | 10B | 46 | 54 |
| Octal | 324 | 273 | 363 | 15 | 27 | 0 | 5 | 413 | 106 | 124 |
| Binary | 11010100 | 10111011 | 11110011 | 1101 | 10111 | 0 | 101 | 100001011 | 1000110 | 1010100 |
Color Harmonies of #D4BBF3
Complementary color
Monochromatic Colors of #D4BBF3
Black with #D4BBF3
Text Example
Text Example
White with #D4BBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BBF3; }
p { color: rgb(212,187,243); }
H1.HeaderClassName
{
color: #D4BBF3;
}
.AnyTagClassName
{
color: #D4BBF3;
}
</style>
background-color css
<style>
a { background-color: #D4BBF3; }
a { background-color: rgb(212,187,243); }
div.DivClassName
{
background-color: #D4BBF3;
}
.BgClassName
{
background-color: #D4BBF3;
}
</style>
border-color css
<style>
span { border-color: #D4BBF3; }
span { border-color: rgb(212,187,243); }
td.TdClassName
{
border-color: #D4BBF3;
}
.TagClassName
{
border-color: #D4BBF3;
}
</style>