Shades of Fog #E4D7FD
Tints of Fog #E4D7FD
RGB
CMYK
RGB Variations
Color information
#E4D7FD (or 0xE4D7FD) is known color: Fog. HEX triplet: E4, D7 and FD. RGB value is (228,215,253). Sum of RGB (Red+Green+Blue) = 228+215+253=696 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.76% from 696); Green value is 215 (84.38% from 255 or 30.89% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4D7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D7FD is #1B2802. Grayscale: #DFDFDF. Windows color (decimal): -1779715 or 16635876. OLE color: 16635876.
HSL color Cylindrical-coordinate representation of color #E4D7FD: hue angle of 260.53º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E4D7FD is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 228 | 215 | 253 | - |
CMYK | 0.10 | 0.15 | 0 | 0.01 |
HSL | 260.53º | 0.9% | 0.92% | - |
HSV(B) | 260.53º | 0.15% | 0.99% | - |
XYZ | 74.02 | 72.19 | 102.96 | - |
YUV | 223.22 | 144.81 | 131.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 215 | 253 | 0.10 | 0.15 | 0 | 0.01 | 260.53 | 0.9 | 0.92 |
Hex | E4 | D7 | FD | A | F | 0 | 1 | 105 | 5A | 5C |
Octal | 344 | 327 | 375 | 12 | 17 | 0 | 1 | 405 | 132 | 134 |
Binary | 11100100 | 11010111 | 11111101 | 1010 | 1111 | 0 | 1 | 100000101 | 1011010 | 1011100 |
Color Harmonies of #E4D7FD
Complementary color
Monochromatic Colors of #E4D7FD
Black with #E4D7FD
Text Example
Text Example
White with #E4D7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D7FD; }
p { color: rgb(228,215,253); }
H1.HeaderClassName
{
color: #E4D7FD;
}
.AnyTagClassName
{
color: #E4D7FD;
}
</style>
background-color css
<style>
a { background-color: #E4D7FD; }
a { background-color: rgb(228,215,253); }
div.DivClassName
{
background-color: #E4D7FD;
}
.BgClassName
{
background-color: #E4D7FD;
}
</style>
border-color css
<style>
span { border-color: #E4D7FD; }
span { border-color: rgb(228,215,253); }
td.TdClassName
{
border-color: #E4D7FD;
}
.TagClassName
{
border-color: #E4D7FD;
}
</style>