Shades of Fog #E6D8FC
Tints of Fog #E6D8FC
RGB
CMYK
RGB Variations
Color information
#E6D8FC (or 0xE6D8FC) is known color: Fog. HEX triplet: E6, D8 and FC. RGB value is (230,216,252). Sum of RGB (Red+Green+Blue) = 230+216+252=698 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.95% from 698); Green value is 216 (84.77% from 255 or 30.95% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6D8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D8FC is #192703. Grayscale: #E0E0E0. Windows color (decimal): -1648388 or 16570598. OLE color: 16570598.
HSL color Cylindrical-coordinate representation of color #E6D8FC: hue angle of 263.33º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6D8FC is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 216 | 252 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.01 |
| HSL | 263.33º | 0.86% | 0.92% | - |
| HSV(B) | 263.33º | 0.14% | 0.99% | - |
| XYZ | 74.76 | 72.96 | 102.24 | - |
| YUV | 224.29 | 143.64 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 216 | 252 | 0.09 | 0.14 | 0 | 0.01 | 263.33 | 0.86 | 0.92 |
| Hex | E6 | D8 | FC | 9 | E | 0 | 1 | 107 | 56 | 5C |
| Octal | 346 | 330 | 374 | 11 | 16 | 0 | 1 | 407 | 126 | 134 |
| Binary | 11100110 | 11011000 | 11111100 | 1001 | 1110 | 0 | 1 | 100000111 | 1010110 | 1011100 |
Color Harmonies of #E6D8FC
Complementary color
Monochromatic Colors of #E6D8FC
Black with #E6D8FC
Text Example
Text Example
White with #E6D8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D8FC; }
p { color: rgb(230,216,252); }
H1.HeaderClassName
{
color: #E6D8FC;
}
.AnyTagClassName
{
color: #E6D8FC;
}
</style>
background-color css
<style>
a { background-color: #E6D8FC; }
a { background-color: rgb(230,216,252); }
div.DivClassName
{
background-color: #E6D8FC;
}
.BgClassName
{
background-color: #E6D8FC;
}
</style>
border-color css
<style>
span { border-color: #E6D8FC; }
span { border-color: rgb(230,216,252); }
td.TdClassName
{
border-color: #E6D8FC;
}
.TagClassName
{
border-color: #E6D8FC;
}
</style>