Shades of Selago #EADDED
Tints of Selago #EADDED
RGB
CMYK
RGB Variations
Color information
#EADDED (or 0xEADDED) is known color: Selago. HEX triplet: EA, DD and ED. RGB value is (234,221,237). Sum of RGB (Red+Green+Blue) = 234+221+237=692 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.82% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 237 - color contains mainly: blue. Hex color #EADDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDED is #152212. Grayscale: #E2E2E2. Windows color (decimal): -1384979 or 15588842. OLE color: 15588842.
HSL color Cylindrical-coordinate representation of color #EADDED: hue angle of 288.75º degrees, saturation: 0.31, 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 #EADDED is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 221 | 237 | - |
CMYK | 0.01 | 0.07 | 0 | 0.07 |
HSL | 288.75º | 0.31% | 0.9% | - |
HSV(B) | 288.75º | 0.07% | 0.93% | - |
XYZ | 75.07 | 75.32 | 90.7 | - |
YUV | 226.71 | 133.81 | 133.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 221 | 237 | 0.01 | 0.07 | 0 | 0.07 | 288.75 | 0.31 | 0.9 |
Hex | EA | DD | ED | 1 | 7 | 0 | 7 | 121 | 1F | 5A |
Octal | 352 | 335 | 355 | 1 | 7 | 0 | 7 | 441 | 37 | 132 |
Binary | 11101010 | 11011101 | 11101101 | 1 | 111 | 0 | 111 | 100100001 | 11111 | 1011010 |
Color Harmonies of #EADDED
Complementary color
Monochromatic Colors of #EADDED
Black with #EADDED
Text Example
Text Example
White with #EADDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDED; }
p { color: rgb(234,221,237); }
H1.HeaderClassName
{
color: #EADDED;
}
.AnyTagClassName
{
color: #EADDED;
}
</style>
background-color css
<style>
a { background-color: #EADDED; }
a { background-color: rgb(234,221,237); }
div.DivClassName
{
background-color: #EADDED;
}
.BgClassName
{
background-color: #EADDED;
}
</style>
border-color css
<style>
span { border-color: #EADDED; }
span { border-color: rgb(234,221,237); }
td.TdClassName
{
border-color: #EADDED;
}
.TagClassName
{
border-color: #EADDED;
}
</style>