Shades of Selago #EAD7ED
Tints of Selago #EAD7ED
RGB
CMYK
RGB Variations
Color information
#EAD7ED (or 0xEAD7ED) is known color: Selago. HEX triplet: EA, D7 and ED. RGB value is (234,215,237). Sum of RGB (Red+Green+Blue) = 234+215+237=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 215 (84.38% from 255 or 31.34% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAD7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD7ED is #152812. Grayscale: #DFDFDF. Windows color (decimal): -1386515 or 15587306. OLE color: 15587306.
HSL color Cylindrical-coordinate representation of color #EAD7ED: hue angle of 291.82º degrees, saturation: 0.38, 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 #EAD7ED is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 215 | 237 | - |
CMYK | 0.01 | 0.09 | 0 | 0.07 |
HSL | 291.82º | 0.38% | 0.89% | - |
HSV(B) | 291.82º | 0.09% | 0.93% | - |
XYZ | 73.52 | 72.21 | 90.18 | - |
YUV | 223.19 | 135.79 | 135.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 215 | 237 | 0.01 | 0.09 | 0 | 0.07 | 291.82 | 0.38 | 0.89 |
Hex | EA | D7 | ED | 1 | 9 | 0 | 7 | 124 | 26 | 59 |
Octal | 352 | 327 | 355 | 1 | 11 | 0 | 7 | 444 | 46 | 131 |
Binary | 11101010 | 11010111 | 11101101 | 1 | 1001 | 0 | 111 | 100100100 | 100110 | 1011001 |
Color Harmonies of #EAD7ED
Complementary color
Monochromatic Colors of #EAD7ED
Black with #EAD7ED
Text Example
Text Example
White with #EAD7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD7ED; }
p { color: rgb(234,215,237); }
H1.HeaderClassName
{
color: #EAD7ED;
}
.AnyTagClassName
{
color: #EAD7ED;
}
</style>
background-color css
<style>
a { background-color: #EAD7ED; }
a { background-color: rgb(234,215,237); }
div.DivClassName
{
background-color: #EAD7ED;
}
.BgClassName
{
background-color: #EAD7ED;
}
</style>
border-color css
<style>
span { border-color: #EAD7ED; }
span { border-color: rgb(234,215,237); }
td.TdClassName
{
border-color: #EAD7ED;
}
.TagClassName
{
border-color: #EAD7ED;
}
</style>