Shades of Fog #D4BCE6
Tints of Fog #D4BCE6
RGB
CMYK
RGB Variations
Color information
#D4BCE6 (or 0xD4BCE6) is known color: Fog. HEX triplet: D4, BC and E6. RGB value is (212,188,230). Sum of RGB (Red+Green+Blue) = 212+188+230=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 230 - color contains mainly: blue. Hex color #D4BCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BCE6 is #2B4319. Grayscale: #C7C7C7. Windows color (decimal): -2835226 or 15121620. OLE color: 15121620.
HSL color Cylindrical-coordinate representation of color #D4BCE6: hue angle of 274.29º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4BCE6 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 188 | 230 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.10 |
| HSL | 274.29º | 0.46% | 0.82% | - |
| HSV(B) | 274.29º | 0.18% | 0.9% | - |
| XYZ | 59.42 | 55.68 | 82.48 | - |
| YUV | 199.96 | 144.95 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 230 | 0.08 | 0.18 | 0 | 0.10 | 274.29 | 0.46 | 0.82 |
| Hex | D4 | BC | E6 | 8 | 12 | 0 | A | 112 | 2E | 52 |
| Octal | 324 | 274 | 346 | 10 | 22 | 0 | 12 | 422 | 56 | 122 |
| Binary | 11010100 | 10111100 | 11100110 | 1000 | 10010 | 0 | 1010 | 100010010 | 101110 | 1010010 |
Color Harmonies of #D4BCE6
Complementary color
Monochromatic Colors of #D4BCE6
Black with #D4BCE6
Text Example
Text Example
White with #D4BCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BCE6; }
p { color: rgb(212,188,230); }
H1.HeaderClassName
{
color: #D4BCE6;
}
.AnyTagClassName
{
color: #D4BCE6;
}
</style>
background-color css
<style>
a { background-color: #D4BCE6; }
a { background-color: rgb(212,188,230); }
div.DivClassName
{
background-color: #D4BCE6;
}
.BgClassName
{
background-color: #D4BCE6;
}
</style>
border-color css
<style>
span { border-color: #D4BCE6; }
span { border-color: rgb(212,188,230); }
td.TdClassName
{
border-color: #D4BCE6;
}
.TagClassName
{
border-color: #D4BCE6;
}
</style>