Shades of Selago #EEE1ED
Tints of Selago #EEE1ED
RGB
CMYK
RGB Variations
Color information
#EEE1ED (or 0xEEE1ED) is known color: Selago. HEX triplet: EE, E1 and ED. RGB value is (238,225,237). Sum of RGB (Red+Green+Blue) = 238+225+237=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 225 (88.28% from 255 or 32.14% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE1ED is #111E12. Grayscale: #E6E6E6. Windows color (decimal): -1121811 or 15589870. OLE color: 15589870.
HSL color Cylindrical-coordinate representation of color #EEE1ED: hue angle of 304.62º degrees, saturation: 0.28, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEE1ED is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 225 | 237 | - |
CMYK | 0 | 0.05 | 0.00 | 0.07 |
HSL | 304.62º | 0.28% | 0.91% | - |
HSV(B) | 304.62º | 0.05% | 0.93% | - |
XYZ | 77.47 | 78.14 | 91.12 | - |
YUV | 230.26 | 131.81 | 133.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 225 | 237 | 0 | 0.05 | 0.00 | 0.07 | 304.62 | 0.28 | 0.91 |
Hex | EE | E1 | ED | 0 | 5 | 0 | 7 | 131 | 1C | 5B |
Octal | 356 | 341 | 355 | 0 | 5 | 0 | 7 | 461 | 34 | 133 |
Binary | 11101110 | 11100001 | 11101101 | 0 | 101 | 0 | 111 | 100110001 | 11100 | 1011011 |
Color Harmonies of #EEE1ED
Complementary color
Monochromatic Colors of #EEE1ED
Black with #EEE1ED
Text Example
Text Example
White with #EEE1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE1ED; }
p { color: rgb(238,225,237); }
H1.HeaderClassName
{
color: #EEE1ED;
}
.AnyTagClassName
{
color: #EEE1ED;
}
</style>
background-color css
<style>
a { background-color: #EEE1ED; }
a { background-color: rgb(238,225,237); }
div.DivClassName
{
background-color: #EEE1ED;
}
.BgClassName
{
background-color: #EEE1ED;
}
</style>
border-color css
<style>
span { border-color: #EEE1ED; }
span { border-color: rgb(238,225,237); }
td.TdClassName
{
border-color: #EEE1ED;
}
.TagClassName
{
border-color: #EEE1ED;
}
</style>