Shades of Fog #E6D7FE
Tints of Fog #E6D7FE
RGB
CMYK
RGB Variations
Color information
#E6D7FE (or 0xE6D7FE) is known color: Fog. HEX triplet: E6, D7 and FE. RGB value is (230,215,254). Sum of RGB (Red+Green+Blue) = 230+215+254=699 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.90% from 699); Green value is 215 (84.38% from 255 or 30.76% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6D7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D7FE is #192801. Grayscale: #DFDFDF. Windows color (decimal): -1648642 or 16701414. OLE color: 16701414.
HSL color Cylindrical-coordinate representation of color #E6D7FE: hue angle of 263.08º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6D7FE is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 215 | 254 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.00 |
| HSL | 263.08º | 0.95% | 0.92% | - |
| HSV(B) | 263.08º | 0.15% | 1% | - |
| XYZ | 74.82 | 72.58 | 103.83 | - |
| YUV | 223.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 215 | 254 | 0.09 | 0.15 | 0 | 0.00 | 263.08 | 0.95 | 0.92 |
| Hex | E6 | D7 | FE | 9 | F | 0 | 0 | 107 | 5F | 5C |
| Octal | 346 | 327 | 376 | 11 | 17 | 0 | 0 | 407 | 137 | 134 |
| Binary | 11100110 | 11010111 | 11111110 | 1001 | 1111 | 0 | 0 | 100000111 | 1011111 | 1011100 |
Color Harmonies of #E6D7FE
Complementary color
Monochromatic Colors of #E6D7FE
Black with #E6D7FE
Text Example
Text Example
White with #E6D7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D7FE; }
p { color: rgb(230,215,254); }
H1.HeaderClassName
{
color: #E6D7FE;
}
.AnyTagClassName
{
color: #E6D7FE;
}
</style>
background-color css
<style>
a { background-color: #E6D7FE; }
a { background-color: rgb(230,215,254); }
div.DivClassName
{
background-color: #E6D7FE;
}
.BgClassName
{
background-color: #E6D7FE;
}
</style>
border-color css
<style>
span { border-color: #E6D7FE; }
span { border-color: rgb(230,215,254); }
td.TdClassName
{
border-color: #E6D7FE;
}
.TagClassName
{
border-color: #E6D7FE;
}
</style>