Shades of Fog #E3C9FD
Tints of Fog #E3C9FD
RGB
CMYK
RGB Variations
Color information
#E3C9FD (or 0xE3C9FD) is known color: Fog. HEX triplet: E3, C9 and FD. RGB value is (227,201,253). Sum of RGB (Red+Green+Blue) = 227+201+253=681 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.33% from 681); Green value is 201 (78.91% from 255 or 29.52% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3C9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C9FD is #1C3602. Grayscale: #D6D6D6. Windows color (decimal): -1848835 or 16632291. OLE color: 16632291.
HSL color Cylindrical-coordinate representation of color #E3C9FD: hue angle of 270º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E3C9FD is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 227 | 201 | 253 | - |
CMYK | 0.10 | 0.21 | 0 | 0.01 |
HSL | 270º | 0.93% | 0.89% | - |
HSV(B) | 270º | 0.21% | 0.99% | - |
XYZ | 70.29 | 65.2 | 101.81 | - |
YUV | 214.7 | 149.61 | 136.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 201 | 253 | 0.10 | 0.21 | 0 | 0.01 | 270 | 0.93 | 0.89 |
Hex | E3 | C9 | FD | A | 15 | 0 | 1 | 10E | 5D | 59 |
Octal | 343 | 311 | 375 | 12 | 25 | 0 | 1 | 416 | 135 | 131 |
Binary | 11100011 | 11001001 | 11111101 | 1010 | 10101 | 0 | 1 | 100001110 | 1011101 | 1011001 |
Color Harmonies of #E3C9FD
Complementary color
Monochromatic Colors of #E3C9FD
Black with #E3C9FD
Text Example
Text Example
White with #E3C9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C9FD; }
p { color: rgb(227,201,253); }
H1.HeaderClassName
{
color: #E3C9FD;
}
.AnyTagClassName
{
color: #E3C9FD;
}
</style>
background-color css
<style>
a { background-color: #E3C9FD; }
a { background-color: rgb(227,201,253); }
div.DivClassName
{
background-color: #E3C9FD;
}
.BgClassName
{
background-color: #E3C9FD;
}
</style>
border-color css
<style>
span { border-color: #E3C9FD; }
span { border-color: rgb(227,201,253); }
td.TdClassName
{
border-color: #E3C9FD;
}
.TagClassName
{
border-color: #E3C9FD;
}
</style>