Shades of Fog #D4BCFE
Tints of Fog #D4BCFE
RGB
CMYK
RGB Variations
Color information
#D4BCFE (or 0xD4BCFE) is known color: Fog. HEX triplet: D4, BC and FE. RGB value is (212,188,254). Sum of RGB (Red+Green+Blue) = 212+188+254=654 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.42% from 654); Green value is 188 (73.83% from 255 or 28.75% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4BCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BCFE is #2B4301. Grayscale: #CACACA. Windows color (decimal): -2835202 or 16694484. OLE color: 16694484.
HSL color Cylindrical-coordinate representation of color #D4BCFE: hue angle of 261.82º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4BCFE is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 188 | 254 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.00 |
| HSL | 261.82º | 0.97% | 0.87% | - |
| HSV(B) | 261.82º | 0.26% | 1% | - |
| XYZ | 63.02 | 57.12 | 101.47 | - |
| YUV | 202.7 | 156.95 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 254 | 0.17 | 0.26 | 0 | 0.00 | 261.82 | 0.97 | 0.87 |
| Hex | D4 | BC | FE | 11 | 1A | 0 | 0 | 106 | 61 | 57 |
| Octal | 324 | 274 | 376 | 21 | 32 | 0 | 0 | 406 | 141 | 127 |
| Binary | 11010100 | 10111100 | 11111110 | 10001 | 11010 | 0 | 0 | 100000110 | 1100001 | 1010111 |
Color Harmonies of #D4BCFE
Complementary color
Monochromatic Colors of #D4BCFE
Black with #D4BCFE
Text Example
Text Example
White with #D4BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BCFE; }
p { color: rgb(212,188,254); }
H1.HeaderClassName
{
color: #D4BCFE;
}
.AnyTagClassName
{
color: #D4BCFE;
}
</style>
background-color css
<style>
a { background-color: #D4BCFE; }
a { background-color: rgb(212,188,254); }
div.DivClassName
{
background-color: #D4BCFE;
}
.BgClassName
{
background-color: #D4BCFE;
}
</style>
border-color css
<style>
span { border-color: #D4BCFE; }
span { border-color: rgb(212,188,254); }
td.TdClassName
{
border-color: #D4BCFE;
}
.TagClassName
{
border-color: #D4BCFE;
}
</style>