Shades of Fog #D4BCF6
Tints of Fog #D4BCF6
RGB
CMYK
RGB Variations
Color information
#D4BCF6 (or 0xD4BCF6) is known color: Fog. HEX triplet: D4, BC and F6. RGB value is (212,188,246). Sum of RGB (Red+Green+Blue) = 212+188+246=646 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.82% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 246 (96.48% from 255 or 38.08% from 646); Max value from RGB is 246 - color contains mainly: blue. Hex color #D4BCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BCF6 is #2B4309. Grayscale: #C9C9C9. Windows color (decimal): -2835210 or 16170196. OLE color: 16170196.
HSL color Cylindrical-coordinate representation of color #D4BCF6: hue angle of 264.83º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4BCF6 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 188 | 246 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.04 |
| HSL | 264.83º | 0.76% | 0.85% | - |
| HSV(B) | 264.83º | 0.24% | 0.96% | - |
| XYZ | 61.77 | 56.62 | 94.86 | - |
| YUV | 201.79 | 152.95 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 246 | 0.14 | 0.24 | 0 | 0.04 | 264.83 | 0.76 | 0.85 |
| Hex | D4 | BC | F6 | E | 18 | 0 | 4 | 109 | 4C | 55 |
| Octal | 324 | 274 | 366 | 16 | 30 | 0 | 4 | 411 | 114 | 125 |
| Binary | 11010100 | 10111100 | 11110110 | 1110 | 11000 | 0 | 100 | 100001001 | 1001100 | 1010101 |
Color Harmonies of #D4BCF6
Complementary color
Monochromatic Colors of #D4BCF6
Black with #D4BCF6
Text Example
Text Example
White with #D4BCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BCF6; }
p { color: rgb(212,188,246); }
H1.HeaderClassName
{
color: #D4BCF6;
}
.AnyTagClassName
{
color: #D4BCF6;
}
</style>
background-color css
<style>
a { background-color: #D4BCF6; }
a { background-color: rgb(212,188,246); }
div.DivClassName
{
background-color: #D4BCF6;
}
.BgClassName
{
background-color: #D4BCF6;
}
</style>
border-color css
<style>
span { border-color: #D4BCF6; }
span { border-color: rgb(212,188,246); }
td.TdClassName
{
border-color: #D4BCF6;
}
.TagClassName
{
border-color: #D4BCF6;
}
</style>