Shades of Fog #E3D5FF
Tints of Fog #E3D5FF
RGB
CMYK
RGB Variations
Color information
#E3D5FF (or 0xE3D5FF) is known color: Fog. HEX triplet: E3, D5 and FF. RGB value is (227,213,255). Sum of RGB (Red+Green+Blue) = 227+213+255=695 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.66% from 695); Green value is 213 (83.59% from 255 or 30.65% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #E3D5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D5FF is #1C2A00. Grayscale: #DDDDDD. Windows color (decimal): -1845761 or 16766435. OLE color: 16766435.
HSL color Cylindrical-coordinate representation of color #E3D5FF: hue angle of 260º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E3D5FF is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 213 | 255 | - |
| CMYK | 0.11 | 0.16 | 0 | 0 |
| HSL | 260º | 1% | 0.92% | - |
| HSV(B) | 260º | 0.16% | 1% | - |
| XYZ | 73.52 | 71.14 | 104.46 | - |
| YUV | 221.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 213 | 255 | 0.11 | 0.16 | 0 | 0 | 260 | 1 | 0.92 |
| Hex | E3 | D5 | FF | B | 10 | 0 | 0 | 104 | 64 | 5C |
| Octal | 343 | 325 | 377 | 13 | 20 | 0 | 0 | 404 | 144 | 134 |
| Binary | 11100011 | 11010101 | 11111111 | 1011 | 10000 | 0 | 0 | 100000100 | 1100100 | 1011100 |
Color Harmonies of #E3D5FF
Complementary color
Monochromatic Colors of #E3D5FF
Black with #E3D5FF
Text Example
Text Example
White with #E3D5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D5FF; }
p { color: rgb(227,213,255); }
H1.HeaderClassName
{
color: #E3D5FF;
}
.AnyTagClassName
{
color: #E3D5FF;
}
</style>
background-color css
<style>
a { background-color: #E3D5FF; }
a { background-color: rgb(227,213,255); }
div.DivClassName
{
background-color: #E3D5FF;
}
.BgClassName
{
background-color: #E3D5FF;
}
</style>
border-color css
<style>
span { border-color: #E3D5FF; }
span { border-color: rgb(227,213,255); }
td.TdClassName
{
border-color: #E3D5FF;
}
.TagClassName
{
border-color: #E3D5FF;
}
</style>