Shades of Selago #EEE7ED
Tints of Selago #EEE7ED
RGB
CMYK
RGB Variations
Color information
#EEE7ED (or 0xEEE7ED) is known color: Selago. HEX triplet: EE, E7 and ED. RGB value is (238,231,237). Sum of RGB (Red+Green+Blue) = 238+231+237=706 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.71% from 706); Green value is 231 (90.62% from 255 or 32.72% from 706); Blue value is 237 (92.97% from 255 or 33.57% from 706); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEE7ED is #111812. Grayscale: #E9E9E9. Windows color (decimal): -1120275 or 15591406. OLE color: 15591406.
HSL color Cylindrical-coordinate representation of color #EEE7ED: hue angle of 308.57º degrees, saturation: 0.17, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EEE7ED is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 231 | 237 | - |
CMYK | 0 | 0.03 | 0.00 | 0.07 |
HSL | 308.57º | 0.17% | 0.92% | - |
HSV(B) | 308.57º | 0.03% | 0.93% | - |
XYZ | 79.12 | 81.44 | 91.67 | - |
YUV | 233.78 | 129.82 | 131.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 231 | 237 | 0 | 0.03 | 0.00 | 0.07 | 308.57 | 0.17 | 0.92 |
Hex | EE | E7 | ED | 0 | 3 | 0 | 7 | 135 | 11 | 5C |
Octal | 356 | 347 | 355 | 0 | 3 | 0 | 7 | 465 | 21 | 134 |
Binary | 11101110 | 11100111 | 11101101 | 0 | 11 | 0 | 111 | 100110101 | 10001 | 1011100 |
Color Harmonies of #EEE7ED
Complementary color
Monochromatic Colors of #EEE7ED
Black with #EEE7ED
Text Example
Text Example
White with #EEE7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE7ED; }
p { color: rgb(238,231,237); }
H1.HeaderClassName
{
color: #EEE7ED;
}
.AnyTagClassName
{
color: #EEE7ED;
}
</style>
background-color css
<style>
a { background-color: #EEE7ED; }
a { background-color: rgb(238,231,237); }
div.DivClassName
{
background-color: #EEE7ED;
}
.BgClassName
{
background-color: #EEE7ED;
}
</style>
border-color css
<style>
span { border-color: #EEE7ED; }
span { border-color: rgb(238,231,237); }
td.TdClassName
{
border-color: #EEE7ED;
}
.TagClassName
{
border-color: #EEE7ED;
}
</style>