Shades of Selago #EADDEC
Tints of Selago #EADDEC
RGB
CMYK
RGB Variations
Color information
#EADDEC (or 0xEADDEC) is known color: Selago. HEX triplet: EA, DD and EC. RGB value is (234,221,236). Sum of RGB (Red+Green+Blue) = 234+221+236=691 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.86% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 236 - color contains mainly: blue. Hex color #EADDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDEC is #152213. Grayscale: #E2E2E2. Windows color (decimal): -1384980 or 15523306. OLE color: 15523306.
HSL color Cylindrical-coordinate representation of color #EADDEC: hue angle of 292º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EADDEC is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 221 | 236 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.07 |
| HSL | 292º | 0.28% | 0.9% | - |
| HSV(B) | 292º | 0.06% | 0.93% | - |
| XYZ | 74.93 | 75.26 | 89.93 | - |
| YUV | 226.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 236 | 0.01 | 0.06 | 0 | 0.07 | 292 | 0.28 | 0.9 |
| Hex | EA | DD | EC | 1 | 6 | 0 | 7 | 124 | 1C | 5A |
| Octal | 352 | 335 | 354 | 1 | 6 | 0 | 7 | 444 | 34 | 132 |
| Binary | 11101010 | 11011101 | 11101100 | 1 | 110 | 0 | 111 | 100100100 | 11100 | 1011010 |
Color Harmonies of #EADDEC
Complementary color
Monochromatic Colors of #EADDEC
Black with #EADDEC
Text Example
Text Example
White with #EADDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDEC; }
p { color: rgb(234,221,236); }
H1.HeaderClassName
{
color: #EADDEC;
}
.AnyTagClassName
{
color: #EADDEC;
}
</style>
background-color css
<style>
a { background-color: #EADDEC; }
a { background-color: rgb(234,221,236); }
div.DivClassName
{
background-color: #EADDEC;
}
.BgClassName
{
background-color: #EADDEC;
}
</style>
border-color css
<style>
span { border-color: #EADDEC; }
span { border-color: rgb(234,221,236); }
td.TdClassName
{
border-color: #EADDEC;
}
.TagClassName
{
border-color: #EADDEC;
}
</style>