Shades of Selago #EADCEC
Tints of Selago #EADCEC
RGB
CMYK
RGB Variations
Color information
#EADCEC (or 0xEADCEC) is known color: Selago. HEX triplet: EA, DC and EC. RGB value is (234,220,236). Sum of RGB (Red+Green+Blue) = 234+220+236=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 236 - color contains mainly: blue. Hex color #EADCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCEC is #152313. Grayscale: #E1E1E1. Windows color (decimal): -1385236 or 15523050. OLE color: 15523050.
HSL color Cylindrical-coordinate representation of color #EADCEC: hue angle of 292.5º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EADCEC is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 220 | 236 | - |
CMYK | 0.01 | 0.07 | 0 | 0.07 |
HSL | 292.5º | 0.3% | 0.89% | - |
HSV(B) | 292.5º | 0.07% | 0.93% | - |
XYZ | 74.67 | 74.73 | 89.85 | - |
YUV | 226.01 | 133.64 | 133.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 220 | 236 | 0.01 | 0.07 | 0 | 0.07 | 292.5 | 0.3 | 0.89 |
Hex | EA | DC | EC | 1 | 7 | 0 | 7 | 124 | 1E | 59 |
Octal | 352 | 334 | 354 | 1 | 7 | 0 | 7 | 444 | 36 | 131 |
Binary | 11101010 | 11011100 | 11101100 | 1 | 111 | 0 | 111 | 100100100 | 11110 | 1011001 |
Color Harmonies of #EADCEC
Complementary color
Monochromatic Colors of #EADCEC
Black with #EADCEC
Text Example
Text Example
White with #EADCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCEC; }
p { color: rgb(234,220,236); }
H1.HeaderClassName
{
color: #EADCEC;
}
.AnyTagClassName
{
color: #EADCEC;
}
</style>
background-color css
<style>
a { background-color: #EADCEC; }
a { background-color: rgb(234,220,236); }
div.DivClassName
{
background-color: #EADCEC;
}
.BgClassName
{
background-color: #EADCEC;
}
</style>
border-color css
<style>
span { border-color: #EADCEC; }
span { border-color: rgb(234,220,236); }
td.TdClassName
{
border-color: #EADCEC;
}
.TagClassName
{
border-color: #EADCEC;
}
</style>