Shades of Selago #EADFEC
Tints of Selago #EADFEC
RGB
CMYK
RGB Variations
Color information
#EADFEC (or 0xEADFEC) is known color: Selago. HEX triplet: EA, DF and EC. RGB value is (234,223,236). Sum of RGB (Red+Green+Blue) = 234+223+236=693 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.77% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 236 - color contains mainly: blue. Hex color #EADFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFEC is #152013. Grayscale: #E3E3E3. Windows color (decimal): -1384468 or 15523818. OLE color: 15523818.
HSL color Cylindrical-coordinate representation of color #EADFEC: hue angle of 290.77º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EADFEC is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 223 | 236 | - |
CMYK | 0.01 | 0.06 | 0 | 0.07 |
HSL | 290.77º | 0.25% | 0.9% | - |
HSV(B) | 290.77º | 0.06% | 0.93% | - |
XYZ | 75.46 | 76.32 | 90.11 | - |
YUV | 227.77 | 132.64 | 132.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 223 | 236 | 0.01 | 0.06 | 0 | 0.07 | 290.77 | 0.25 | 0.9 |
Hex | EA | DF | EC | 1 | 6 | 0 | 7 | 123 | 19 | 5A |
Octal | 352 | 337 | 354 | 1 | 6 | 0 | 7 | 443 | 31 | 132 |
Binary | 11101010 | 11011111 | 11101100 | 1 | 110 | 0 | 111 | 100100011 | 11001 | 1011010 |
Color Harmonies of #EADFEC
Complementary color
Monochromatic Colors of #EADFEC
Black with #EADFEC
Text Example
Text Example
White with #EADFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADFEC; }
p { color: rgb(234,223,236); }
H1.HeaderClassName
{
color: #EADFEC;
}
.AnyTagClassName
{
color: #EADFEC;
}
</style>
background-color css
<style>
a { background-color: #EADFEC; }
a { background-color: rgb(234,223,236); }
div.DivClassName
{
background-color: #EADFEC;
}
.BgClassName
{
background-color: #EADFEC;
}
</style>
border-color css
<style>
span { border-color: #EADFEC; }
span { border-color: rgb(234,223,236); }
td.TdClassName
{
border-color: #EADFEC;
}
.TagClassName
{
border-color: #EADFEC;
}
</style>