Shades of Selago #EADFEB
Tints of Selago #EADFEB
RGB
CMYK
RGB Variations
Color information
#EADFEB (or 0xEADFEB) is known color: Selago. HEX triplet: EA, DF and EB. RGB value is (234,223,235). Sum of RGB (Red+Green+Blue) = 234+223+235=692 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.82% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 235 - color contains mainly: blue. Hex color #EADFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFEB is #152014. Grayscale: #E3E3E3. Windows color (decimal): -1384469 or 15458282. OLE color: 15458282.
HSL color Cylindrical-coordinate representation of color #EADFEB: hue angle of 295º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EADFEB is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 223 | 235 | - |
CMYK | 0.00 | 0.05 | 0 | 0.08 |
HSL | 295º | 0.23% | 0.9% | - |
HSV(B) | 295º | 0.05% | 0.92% | - |
XYZ | 75.31 | 76.27 | 89.35 | - |
YUV | 227.66 | 132.14 | 132.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 223 | 235 | 0.00 | 0.05 | 0 | 0.08 | 295 | 0.23 | 0.9 |
Hex | EA | DF | EB | 0 | 5 | 0 | 8 | 127 | 17 | 5A |
Octal | 352 | 337 | 353 | 0 | 5 | 0 | 10 | 447 | 27 | 132 |
Binary | 11101010 | 11011111 | 11101011 | 0 | 101 | 0 | 1000 | 100100111 | 10111 | 1011010 |
Color Harmonies of #EADFEB
Complementary color
Monochromatic Colors of #EADFEB
Black with #EADFEB
Text Example
Text Example
White with #EADFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADFEB; }
p { color: rgb(234,223,235); }
H1.HeaderClassName
{
color: #EADFEB;
}
.AnyTagClassName
{
color: #EADFEB;
}
</style>
background-color css
<style>
a { background-color: #EADFEB; }
a { background-color: rgb(234,223,235); }
div.DivClassName
{
background-color: #EADFEB;
}
.BgClassName
{
background-color: #EADFEB;
}
</style>
border-color css
<style>
span { border-color: #EADFEB; }
span { border-color: rgb(234,223,235); }
td.TdClassName
{
border-color: #EADFEB;
}
.TagClassName
{
border-color: #EADFEB;
}
</style>