Shades of Selago #EADCED
Tints of Selago #EADCED
RGB
CMYK
RGB Variations
Color information
#EADCED (or 0xEADCED) is known color: Selago. HEX triplet: EA, DC and ED. RGB value is (234,220,237). Sum of RGB (Red+Green+Blue) = 234+220+237=691 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.86% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 237 - color contains mainly: blue. Hex color #EADCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCED is #152312. Grayscale: #E2E2E2. Windows color (decimal): -1385235 or 15588586. OLE color: 15588586.
HSL color Cylindrical-coordinate representation of color #EADCED: hue angle of 289.41º degrees, saturation: 0.32, 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 #EADCED is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 220 | 237 | - |
CMYK | 0.01 | 0.07 | 0 | 0.07 |
HSL | 289.41º | 0.32% | 0.9% | - |
HSV(B) | 289.41º | 0.07% | 0.93% | - |
XYZ | 74.81 | 74.79 | 90.61 | - |
YUV | 226.12 | 134.14 | 133.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 220 | 237 | 0.01 | 0.07 | 0 | 0.07 | 289.41 | 0.32 | 0.9 |
Hex | EA | DC | ED | 1 | 7 | 0 | 7 | 121 | 20 | 5A |
Octal | 352 | 334 | 355 | 1 | 7 | 0 | 7 | 441 | 40 | 132 |
Binary | 11101010 | 11011100 | 11101101 | 1 | 111 | 0 | 111 | 100100001 | 100000 | 1011010 |
Color Harmonies of #EADCED
Complementary color
Monochromatic Colors of #EADCED
Black with #EADCED
Text Example
Text Example
White with #EADCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCED; }
p { color: rgb(234,220,237); }
H1.HeaderClassName
{
color: #EADCED;
}
.AnyTagClassName
{
color: #EADCED;
}
</style>
background-color css
<style>
a { background-color: #EADCED; }
a { background-color: rgb(234,220,237); }
div.DivClassName
{
background-color: #EADCED;
}
.BgClassName
{
background-color: #EADCED;
}
</style>
border-color css
<style>
span { border-color: #EADCED; }
span { border-color: rgb(234,220,237); }
td.TdClassName
{
border-color: #EADCED;
}
.TagClassName
{
border-color: #EADCED;
}
</style>