Shades of Selago #EADCEB
Tints of Selago #EADCEB
RGB
CMYK
RGB Variations
Color information
#EADCEB (or 0xEADCEB) is known color: Selago. HEX triplet: EA, DC and EB. RGB value is (234,220,235). Sum of RGB (Red+Green+Blue) = 234+220+235=689 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.96% from 689); Green value is 220 (86.33% from 255 or 31.93% 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 #EADCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCEB is #152314. Grayscale: #E1E1E1. Windows color (decimal): -1385237 or 15457514. OLE color: 15457514.
HSL color Cylindrical-coordinate representation of color #EADCEB: hue angle of 296º degrees, saturation: 0.27, 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 #EADCEB is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 235 | - |
| CMYK | 0.00 | 0.06 | 0 | 0.08 |
| HSL | 296º | 0.27% | 0.89% | - |
| HSV(B) | 296º | 0.06% | 0.92% | - |
| XYZ | 74.52 | 74.68 | 89.08 | - |
| YUV | 225.9 | 133.14 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 235 | 0.00 | 0.06 | 0 | 0.08 | 296 | 0.27 | 0.89 |
| Hex | EA | DC | EB | 0 | 6 | 0 | 8 | 128 | 1B | 59 |
| Octal | 352 | 334 | 353 | 0 | 6 | 0 | 10 | 450 | 33 | 131 |
| Binary | 11101010 | 11011100 | 11101011 | 0 | 110 | 0 | 1000 | 100101000 | 11011 | 1011001 |
Color Harmonies of #EADCEB
Complementary color
Monochromatic Colors of #EADCEB
Black with #EADCEB
Text Example
Text Example
White with #EADCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCEB; }
p { color: rgb(234,220,235); }
H1.HeaderClassName
{
color: #EADCEB;
}
.AnyTagClassName
{
color: #EADCEB;
}
</style>
background-color css
<style>
a { background-color: #EADCEB; }
a { background-color: rgb(234,220,235); }
div.DivClassName
{
background-color: #EADCEB;
}
.BgClassName
{
background-color: #EADCEB;
}
</style>
border-color css
<style>
span { border-color: #EADCEB; }
span { border-color: rgb(234,220,235); }
td.TdClassName
{
border-color: #EADCEB;
}
.TagClassName
{
border-color: #EADCEB;
}
</style>