Shades of Selago #E8DCEA
Tints of Selago #E8DCEA
RGB
CMYK
RGB Variations
Color information
#E8DCEA (or 0xE8DCEA) is known color: Selago. HEX triplet: E8, DC and EA. RGB value is (232,220,234). Sum of RGB (Red+Green+Blue) = 232+220+234=686 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.82% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8DCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DCEA is #172315. Grayscale: #E1E1E1. Windows color (decimal): -1516310 or 15391976. OLE color: 15391976.
HSL color Cylindrical-coordinate representation of color #E8DCEA: hue angle of 291.43º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E8DCEA is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 232 | 220 | 234 | - |
CMYK | 0.01 | 0.06 | 0 | 0.08 |
HSL | 291.43º | 0.25% | 0.89% | - |
HSV(B) | 291.43º | 0.06% | 0.92% | - |
XYZ | 73.72 | 74.28 | 88.29 | - |
YUV | 225.18 | 132.98 | 132.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 220 | 234 | 0.01 | 0.06 | 0 | 0.08 | 291.43 | 0.25 | 0.89 |
Hex | E8 | DC | EA | 1 | 6 | 0 | 8 | 123 | 19 | 59 |
Octal | 350 | 334 | 352 | 1 | 6 | 0 | 10 | 443 | 31 | 131 |
Binary | 11101000 | 11011100 | 11101010 | 1 | 110 | 0 | 1000 | 100100011 | 11001 | 1011001 |
Color Harmonies of #E8DCEA
Complementary color
Monochromatic Colors of #E8DCEA
Black with #E8DCEA
Text Example
Text Example
White with #E8DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DCEA; }
p { color: rgb(232,220,234); }
H1.HeaderClassName
{
color: #E8DCEA;
}
.AnyTagClassName
{
color: #E8DCEA;
}
</style>
background-color css
<style>
a { background-color: #E8DCEA; }
a { background-color: rgb(232,220,234); }
div.DivClassName
{
background-color: #E8DCEA;
}
.BgClassName
{
background-color: #E8DCEA;
}
</style>
border-color css
<style>
span { border-color: #E8DCEA; }
span { border-color: rgb(232,220,234); }
td.TdClassName
{
border-color: #E8DCEA;
}
.TagClassName
{
border-color: #E8DCEA;
}
</style>