Shades of Selago #EEE0ED
Tints of Selago #EEE0ED
RGB
CMYK
RGB Variations
Color information
#EEE0ED (or 0xEEE0ED) is known color: Selago. HEX triplet: EE, E0 and ED. RGB value is (238,224,237). Sum of RGB (Red+Green+Blue) = 238+224+237=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 224 (87.89% from 255 or 32.05% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE0ED is #111F12. Grayscale: #E5E5E5. Windows color (decimal): -1122067 or 15589614. OLE color: 15589614.
HSL color Cylindrical-coordinate representation of color #EEE0ED: hue angle of 304.29º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEE0ED is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 224 | 237 | - |
CMYK | 0 | 0.06 | 0.00 | 0.07 |
HSL | 304.29º | 0.29% | 0.91% | - |
HSV(B) | 304.29º | 0.06% | 0.93% | - |
XYZ | 77.2 | 77.6 | 91.03 | - |
YUV | 229.67 | 132.14 | 133.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 224 | 237 | 0 | 0.06 | 0.00 | 0.07 | 304.29 | 0.29 | 0.91 |
Hex | EE | E0 | ED | 0 | 6 | 0 | 7 | 130 | 1D | 5B |
Octal | 356 | 340 | 355 | 0 | 6 | 0 | 7 | 460 | 35 | 133 |
Binary | 11101110 | 11100000 | 11101101 | 0 | 110 | 0 | 111 | 100110000 | 11101 | 1011011 |
Color Harmonies of #EEE0ED
Complementary color
Monochromatic Colors of #EEE0ED
Black with #EEE0ED
Text Example
Text Example
White with #EEE0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE0ED; }
p { color: rgb(238,224,237); }
H1.HeaderClassName
{
color: #EEE0ED;
}
.AnyTagClassName
{
color: #EEE0ED;
}
</style>
background-color css
<style>
a { background-color: #EEE0ED; }
a { background-color: rgb(238,224,237); }
div.DivClassName
{
background-color: #EEE0ED;
}
.BgClassName
{
background-color: #EEE0ED;
}
</style>
border-color css
<style>
span { border-color: #EEE0ED; }
span { border-color: rgb(238,224,237); }
td.TdClassName
{
border-color: #EEE0ED;
}
.TagClassName
{
border-color: #EEE0ED;
}
</style>