Shades of Selago #E8DEEB
Tints of Selago #E8DEEB
RGB
CMYK
RGB Variations
Color information
#E8DEEB (or 0xE8DEEB) is known color: Selago. HEX triplet: E8, DE and EB. RGB value is (232,222,235). Sum of RGB (Red+Green+Blue) = 232+222+235=689 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.67% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8DEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DEEB is #172114. Grayscale: #E2E2E2. Windows color (decimal): -1515797 or 15458024. OLE color: 15458024.
HSL color Cylindrical-coordinate representation of color #E8DEEB: hue angle of 286.15º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E8DEEB is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 232 | 222 | 235 | - |
CMYK | 0.01 | 0.06 | 0 | 0.08 |
HSL | 286.15º | 0.25% | 0.9% | - |
HSV(B) | 286.15º | 0.06% | 0.92% | - |
XYZ | 74.4 | 75.4 | 89.23 | - |
YUV | 226.47 | 132.81 | 131.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 222 | 235 | 0.01 | 0.06 | 0 | 0.08 | 286.15 | 0.25 | 0.9 |
Hex | E8 | DE | EB | 1 | 6 | 0 | 8 | 11E | 19 | 5A |
Octal | 350 | 336 | 353 | 1 | 6 | 0 | 10 | 436 | 31 | 132 |
Binary | 11101000 | 11011110 | 11101011 | 1 | 110 | 0 | 1000 | 100011110 | 11001 | 1011010 |
Color Harmonies of #E8DEEB
Complementary color
Monochromatic Colors of #E8DEEB
Black with #E8DEEB
Text Example
Text Example
White with #E8DEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DEEB; }
p { color: rgb(232,222,235); }
H1.HeaderClassName
{
color: #E8DEEB;
}
.AnyTagClassName
{
color: #E8DEEB;
}
</style>
background-color css
<style>
a { background-color: #E8DEEB; }
a { background-color: rgb(232,222,235); }
div.DivClassName
{
background-color: #E8DEEB;
}
.BgClassName
{
background-color: #E8DEEB;
}
</style>
border-color css
<style>
span { border-color: #E8DEEB; }
span { border-color: rgb(232,222,235); }
td.TdClassName
{
border-color: #E8DEEB;
}
.TagClassName
{
border-color: #E8DEEB;
}
</style>