Shades of Selago #EAD9EC
Tints of Selago #EAD9EC
RGB
CMYK
RGB Variations
Color information
#EAD9EC (or 0xEAD9EC) is known color: Selago. HEX triplet: EA, D9 and EC. RGB value is (234,217,236). Sum of RGB (Red+Green+Blue) = 234+217+236=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 217 (85.16% from 255 or 31.59% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAD9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD9EC is #152613. Grayscale: #E0E0E0. Windows color (decimal): -1386004 or 15522282. OLE color: 15522282.
HSL color Cylindrical-coordinate representation of color #EAD9EC: hue angle of 293.68º degrees, saturation: 0.33, 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 #EAD9EC is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 217 | 236 | - |
CMYK | 0.01 | 0.08 | 0 | 0.07 |
HSL | 293.68º | 0.33% | 0.89% | - |
HSV(B) | 293.68º | 0.08% | 0.93% | - |
XYZ | 73.88 | 73.17 | 89.59 | - |
YUV | 224.25 | 134.63 | 134.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 217 | 236 | 0.01 | 0.08 | 0 | 0.07 | 293.68 | 0.33 | 0.89 |
Hex | EA | D9 | EC | 1 | 8 | 0 | 7 | 126 | 21 | 59 |
Octal | 352 | 331 | 354 | 1 | 10 | 0 | 7 | 446 | 41 | 131 |
Binary | 11101010 | 11011001 | 11101100 | 1 | 1000 | 0 | 111 | 100100110 | 100001 | 1011001 |
Color Harmonies of #EAD9EC
Complementary color
Monochromatic Colors of #EAD9EC
Black with #EAD9EC
Text Example
Text Example
White with #EAD9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD9EC; }
p { color: rgb(234,217,236); }
H1.HeaderClassName
{
color: #EAD9EC;
}
.AnyTagClassName
{
color: #EAD9EC;
}
</style>
background-color css
<style>
a { background-color: #EAD9EC; }
a { background-color: rgb(234,217,236); }
div.DivClassName
{
background-color: #EAD9EC;
}
.BgClassName
{
background-color: #EAD9EC;
}
</style>
border-color css
<style>
span { border-color: #EAD9EC; }
span { border-color: rgb(234,217,236); }
td.TdClassName
{
border-color: #EAD9EC;
}
.TagClassName
{
border-color: #EAD9EC;
}
</style>