Shades of Fog #D4BBFE
Tints of Fog #D4BBFE
RGB
CMYK
RGB Variations
Color information
#D4BBFE (or 0xD4BBFE) is known color: Fog. HEX triplet: D4, BB and FE. RGB value is (212,187,254). Sum of RGB (Red+Green+Blue) = 212+187+254=653 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.47% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4BBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BBFE is #2B4401. Grayscale: #C9C9C9. Windows color (decimal): -2835458 or 16694228. OLE color: 16694228.
HSL color Cylindrical-coordinate representation of color #D4BBFE: hue angle of 262.39º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4BBFE is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 187 | 254 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.00 |
| HSL | 262.39º | 0.97% | 0.86% | - |
| HSV(B) | 262.39º | 0.26% | 1% | - |
| XYZ | 62.81 | 56.69 | 101.4 | - |
| YUV | 202.11 | 157.28 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 254 | 0.17 | 0.26 | 0 | 0.00 | 262.39 | 0.97 | 0.86 |
| Hex | D4 | BB | FE | 11 | 1A | 0 | 0 | 106 | 61 | 56 |
| Octal | 324 | 273 | 376 | 21 | 32 | 0 | 0 | 406 | 141 | 126 |
| Binary | 11010100 | 10111011 | 11111110 | 10001 | 11010 | 0 | 0 | 100000110 | 1100001 | 1010110 |
Color Harmonies of #D4BBFE
Complementary color
Monochromatic Colors of #D4BBFE
Black with #D4BBFE
Text Example
Text Example
White with #D4BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BBFE; }
p { color: rgb(212,187,254); }
H1.HeaderClassName
{
color: #D4BBFE;
}
.AnyTagClassName
{
color: #D4BBFE;
}
</style>
background-color css
<style>
a { background-color: #D4BBFE; }
a { background-color: rgb(212,187,254); }
div.DivClassName
{
background-color: #D4BBFE;
}
.BgClassName
{
background-color: #D4BBFE;
}
</style>
border-color css
<style>
span { border-color: #D4BBFE; }
span { border-color: rgb(212,187,254); }
td.TdClassName
{
border-color: #D4BBFE;
}
.TagClassName
{
border-color: #D4BBFE;
}
</style>