Shades of Selago #EAD9ED
Tints of Selago #EAD9ED
RGB
CMYK
RGB Variations
Color information
#EAD9ED (or 0xEAD9ED) is known color: Selago. HEX triplet: EA, D9 and ED. RGB value is (234,217,237). Sum of RGB (Red+Green+Blue) = 234+217+237=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 217 (85.16% from 255 or 31.54% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAD9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD9ED is #152612. Grayscale: #E0E0E0. Windows color (decimal): -1386003 or 15587818. OLE color: 15587818.
HSL color Cylindrical-coordinate representation of color #EAD9ED: hue angle of 291º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAD9ED is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 217 | 237 | - |
CMYK | 0.01 | 0.08 | 0 | 0.07 |
HSL | 291º | 0.36% | 0.89% | - |
HSV(B) | 291º | 0.08% | 0.93% | - |
XYZ | 74.03 | 73.23 | 90.35 | - |
YUV | 224.36 | 135.13 | 134.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 217 | 237 | 0.01 | 0.08 | 0 | 0.07 | 291 | 0.36 | 0.89 |
Hex | EA | D9 | ED | 1 | 8 | 0 | 7 | 123 | 24 | 59 |
Octal | 352 | 331 | 355 | 1 | 10 | 0 | 7 | 443 | 44 | 131 |
Binary | 11101010 | 11011001 | 11101101 | 1 | 1000 | 0 | 111 | 100100011 | 100100 | 1011001 |
Color Harmonies of #EAD9ED
Complementary color
Monochromatic Colors of #EAD9ED
Black with #EAD9ED
Text Example
Text Example
White with #EAD9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD9ED; }
p { color: rgb(234,217,237); }
H1.HeaderClassName
{
color: #EAD9ED;
}
.AnyTagClassName
{
color: #EAD9ED;
}
</style>
background-color css
<style>
a { background-color: #EAD9ED; }
a { background-color: rgb(234,217,237); }
div.DivClassName
{
background-color: #EAD9ED;
}
.BgClassName
{
background-color: #EAD9ED;
}
</style>
border-color css
<style>
span { border-color: #EAD9ED; }
span { border-color: rgb(234,217,237); }
td.TdClassName
{
border-color: #EAD9ED;
}
.TagClassName
{
border-color: #EAD9ED;
}
</style>