Shades of Fog #E4D5FF
Tints of Fog #E4D5FF
RGB
CMYK
RGB Variations
Color information
#E4D5FF (or 0xE4D5FF) is known color: Fog. HEX triplet: E4, D5 and FF. RGB value is (228,213,255). Sum of RGB (Red+Green+Blue) = 228+213+255=696 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.76% from 696); Green value is 213 (83.59% from 255 or 30.60% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4D5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D5FF is #1B2A00. Grayscale: #DEDEDE. Windows color (decimal): -1780225 or 16766436. OLE color: 16766436.
HSL color Cylindrical-coordinate representation of color #E4D5FF: hue angle of 261.43º 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 #E4D5FF is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 228 | 213 | 255 | - |
CMYK | 0.11 | 0.16 | 0 | 0 |
HSL | 261.43º | 1% | 0.92% | - |
HSV(B) | 261.43º | 0.16% | 1% | - |
XYZ | 73.84 | 71.3 | 104.48 | - |
YUV | 222.27 | 146.47 | 132.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 213 | 255 | 0.11 | 0.16 | 0 | 0 | 261.43 | 1 | 0.92 |
Hex | E4 | D5 | FF | B | 10 | 0 | 0 | 105 | 64 | 5C |
Octal | 344 | 325 | 377 | 13 | 20 | 0 | 0 | 405 | 144 | 134 |
Binary | 11100100 | 11010101 | 11111111 | 1011 | 10000 | 0 | 0 | 100000101 | 1100100 | 1011100 |
Color Harmonies of #E4D5FF
Complementary color
Monochromatic Colors of #E4D5FF
Black with #E4D5FF
Text Example
Text Example
White with #E4D5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D5FF; }
p { color: rgb(228,213,255); }
H1.HeaderClassName
{
color: #E4D5FF;
}
.AnyTagClassName
{
color: #E4D5FF;
}
</style>
background-color css
<style>
a { background-color: #E4D5FF; }
a { background-color: rgb(228,213,255); }
div.DivClassName
{
background-color: #E4D5FF;
}
.BgClassName
{
background-color: #E4D5FF;
}
</style>
border-color css
<style>
span { border-color: #E4D5FF; }
span { border-color: rgb(228,213,255); }
td.TdClassName
{
border-color: #E4D5FF;
}
.TagClassName
{
border-color: #E4D5FF;
}
</style>