Shades of Selago #EADDEE
Tints of Selago #EADDEE
RGB
CMYK
RGB Variations
Color information
#EADDEE (or 0xEADDEE) is known color: Selago. HEX triplet: EA, DD and EE. RGB value is (234,221,238). Sum of RGB (Red+Green+Blue) = 234+221+238=693 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.77% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 238 - color contains mainly: blue. Hex color #EADDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDEE is #152211. Grayscale: #E2E2E2. Windows color (decimal): -1384978 or 15654378. OLE color: 15654378.
HSL color Cylindrical-coordinate representation of color #EADDEE: hue angle of 285.88º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EADDEE is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 221 | 238 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.07 |
| HSL | 285.88º | 0.33% | 0.9% | - |
| HSV(B) | 285.88º | 0.07% | 0.93% | - |
| XYZ | 75.22 | 75.38 | 91.47 | - |
| YUV | 226.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 238 | 0.02 | 0.07 | 0 | 0.07 | 285.88 | 0.33 | 0.9 |
| Hex | EA | DD | EE | 2 | 7 | 0 | 7 | 11E | 21 | 5A |
| Octal | 352 | 335 | 356 | 2 | 7 | 0 | 7 | 436 | 41 | 132 |
| Binary | 11101010 | 11011101 | 11101110 | 10 | 111 | 0 | 111 | 100011110 | 100001 | 1011010 |
Color Harmonies of #EADDEE
Complementary color
Monochromatic Colors of #EADDEE
Black with #EADDEE
Text Example
Text Example
White with #EADDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDEE; }
p { color: rgb(234,221,238); }
H1.HeaderClassName
{
color: #EADDEE;
}
.AnyTagClassName
{
color: #EADDEE;
}
</style>
background-color css
<style>
a { background-color: #EADDEE; }
a { background-color: rgb(234,221,238); }
div.DivClassName
{
background-color: #EADDEE;
}
.BgClassName
{
background-color: #EADDEE;
}
</style>
border-color css
<style>
span { border-color: #EADDEE; }
span { border-color: rgb(234,221,238); }
td.TdClassName
{
border-color: #EADDEE;
}
.TagClassName
{
border-color: #EADDEE;
}
</style>