Shades of Fog #D6BCE5
Tints of Fog #D6BCE5
RGB
CMYK
RGB Variations
Color information
#D6BCE5 (or 0xD6BCE5) is known color: Fog. HEX triplet: D6, BC and E5. RGB value is (214,188,229). Sum of RGB (Red+Green+Blue) = 214+188+229=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 229 - color contains mainly: blue. Hex color #D6BCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCE5 is #29431A. Grayscale: #C8C8C8. Windows color (decimal): -2704155 or 15056086. OLE color: 15056086.
HSL color Cylindrical-coordinate representation of color #D6BCE5: hue angle of 278.05º degrees, saturation: 0.44, 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 #D6BCE5 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 188 | 229 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.10 |
| HSL | 278.05º | 0.44% | 0.82% | - |
| HSV(B) | 278.05º | 0.18% | 0.9% | - |
| XYZ | 59.86 | 55.92 | 81.77 | - |
| YUV | 200.45 | 144.11 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 229 | 0.07 | 0.18 | 0 | 0.10 | 278.05 | 0.44 | 0.82 |
| Hex | D6 | BC | E5 | 7 | 12 | 0 | A | 116 | 2C | 52 |
| Octal | 326 | 274 | 345 | 7 | 22 | 0 | 12 | 426 | 54 | 122 |
| Binary | 11010110 | 10111100 | 11100101 | 111 | 10010 | 0 | 1010 | 100010110 | 101100 | 1010010 |
Color Harmonies of #D6BCE5
Complementary color
Monochromatic Colors of #D6BCE5
Black with #D6BCE5
Text Example
Text Example
White with #D6BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BCE5; }
p { color: rgb(214,188,229); }
H1.HeaderClassName
{
color: #D6BCE5;
}
.AnyTagClassName
{
color: #D6BCE5;
}
</style>
background-color css
<style>
a { background-color: #D6BCE5; }
a { background-color: rgb(214,188,229); }
div.DivClassName
{
background-color: #D6BCE5;
}
.BgClassName
{
background-color: #D6BCE5;
}
</style>
border-color css
<style>
span { border-color: #D6BCE5; }
span { border-color: rgb(214,188,229); }
td.TdClassName
{
border-color: #D6BCE5;
}
.TagClassName
{
border-color: #D6BCE5;
}
</style>