Shades of Selago #EAD8ED
Tints of Selago #EAD8ED
RGB
CMYK
RGB Variations
Color information
#EAD8ED (or 0xEAD8ED) is known color: Selago. HEX triplet: EA, D8 and ED. RGB value is (234,216,237). Sum of RGB (Red+Green+Blue) = 234+216+237=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 216 (84.77% from 255 or 31.44% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAD8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD8ED is #152712. Grayscale: #DFDFDF. Windows color (decimal): -1386259 or 15587562. OLE color: 15587562.
HSL color Cylindrical-coordinate representation of color #EAD8ED: hue angle of 291.43º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAD8ED is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 216 | 237 | - |
CMYK | 0.01 | 0.09 | 0 | 0.07 |
HSL | 291.43º | 0.37% | 0.89% | - |
HSV(B) | 291.43º | 0.09% | 0.93% | - |
XYZ | 73.77 | 72.72 | 90.27 | - |
YUV | 223.78 | 135.46 | 135.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 216 | 237 | 0.01 | 0.09 | 0 | 0.07 | 291.43 | 0.37 | 0.89 |
Hex | EA | D8 | ED | 1 | 9 | 0 | 7 | 123 | 25 | 59 |
Octal | 352 | 330 | 355 | 1 | 11 | 0 | 7 | 443 | 45 | 131 |
Binary | 11101010 | 11011000 | 11101101 | 1 | 1001 | 0 | 111 | 100100011 | 100101 | 1011001 |
Color Harmonies of #EAD8ED
Complementary color
Monochromatic Colors of #EAD8ED
Black with #EAD8ED
Text Example
Text Example
White with #EAD8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD8ED; }
p { color: rgb(234,216,237); }
H1.HeaderClassName
{
color: #EAD8ED;
}
.AnyTagClassName
{
color: #EAD8ED;
}
</style>
background-color css
<style>
a { background-color: #EAD8ED; }
a { background-color: rgb(234,216,237); }
div.DivClassName
{
background-color: #EAD8ED;
}
.BgClassName
{
background-color: #EAD8ED;
}
</style>
border-color css
<style>
span { border-color: #EAD8ED; }
span { border-color: rgb(234,216,237); }
td.TdClassName
{
border-color: #EAD8ED;
}
.TagClassName
{
border-color: #EAD8ED;
}
</style>