Shades of Fog #E6D9FB
Tints of Fog #E6D9FB
RGB
CMYK
RGB Variations
Color information
#E6D9FB (or 0xE6D9FB) is known color: Fog. HEX triplet: E6, D9 and FB. RGB value is (230,217,251). Sum of RGB (Red+Green+Blue) = 230+217+251=698 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.95% from 698); Green value is 217 (85.16% from 255 or 31.09% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6D9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D9FB is #192604. Grayscale: #E0E0E0. Windows color (decimal): -1648133 or 16505318. OLE color: 16505318.
HSL color Cylindrical-coordinate representation of color #E6D9FB: hue angle of 262.94º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6D9FB is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 217 | 251 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.02 |
| HSL | 262.94º | 0.81% | 0.92% | - |
| HSV(B) | 262.94º | 0.14% | 0.98% | - |
| XYZ | 74.86 | 73.41 | 101.49 | - |
| YUV | 224.76 | 142.81 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 217 | 251 | 0.08 | 0.14 | 0 | 0.02 | 262.94 | 0.81 | 0.92 |
| Hex | E6 | D9 | FB | 8 | E | 0 | 2 | 107 | 51 | 5C |
| Octal | 346 | 331 | 373 | 10 | 16 | 0 | 2 | 407 | 121 | 134 |
| Binary | 11100110 | 11011001 | 11111011 | 1000 | 1110 | 0 | 10 | 100000111 | 1010001 | 1011100 |
Color Harmonies of #E6D9FB
Complementary color
Monochromatic Colors of #E6D9FB
Black with #E6D9FB
Text Example
Text Example
White with #E6D9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D9FB; }
p { color: rgb(230,217,251); }
H1.HeaderClassName
{
color: #E6D9FB;
}
.AnyTagClassName
{
color: #E6D9FB;
}
</style>
background-color css
<style>
a { background-color: #E6D9FB; }
a { background-color: rgb(230,217,251); }
div.DivClassName
{
background-color: #E6D9FB;
}
.BgClassName
{
background-color: #E6D9FB;
}
</style>
border-color css
<style>
span { border-color: #E6D9FB; }
span { border-color: rgb(230,217,251); }
td.TdClassName
{
border-color: #E6D9FB;
}
.TagClassName
{
border-color: #E6D9FB;
}
</style>