Shades of Selago #EEE5EE
Tints of Selago #EEE5EE
RGB
CMYK
RGB Variations
Color information
#EEE5EE (or 0xEEE5EE) is known color: Selago. HEX triplet: EE, E5 and EE. RGB value is (238,229,238). Sum of RGB (Red+Green+Blue) = 238+229+238=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 229 (89.84% from 255 or 32.48% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEE5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE5EE is #111A11. Grayscale: #E8E8E8. Windows color (decimal): -1120786 or 15656430. OLE color: 15656430.
HSL color Cylindrical-coordinate representation of color #EEE5EE: hue angle of 300º degrees, saturation: 0.21, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EEE5EE is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 229 | 238 | - |
CMYK | 0 | 0.04 | 0 | 0.07 |
HSL | 300º | 0.21% | 0.92% | - |
HSV(B) | 300º | 0.04% | 0.93% | - |
XYZ | 78.71 | 80.39 | 92.26 | - |
YUV | 232.72 | 130.98 | 131.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 229 | 238 | 0 | 0.04 | 0 | 0.07 | 300 | 0.21 | 0.92 |
Hex | EE | E5 | EE | 0 | 4 | 0 | 7 | 12C | 15 | 5C |
Octal | 356 | 345 | 356 | 0 | 4 | 0 | 7 | 454 | 25 | 134 |
Binary | 11101110 | 11100101 | 11101110 | 0 | 100 | 0 | 111 | 100101100 | 10101 | 1011100 |
Color Harmonies of #EEE5EE
Complementary color
Monochromatic Colors of #EEE5EE
Black with #EEE5EE
Text Example
Text Example
White with #EEE5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE5EE; }
p { color: rgb(238,229,238); }
H1.HeaderClassName
{
color: #EEE5EE;
}
.AnyTagClassName
{
color: #EEE5EE;
}
</style>
background-color css
<style>
a { background-color: #EEE5EE; }
a { background-color: rgb(238,229,238); }
div.DivClassName
{
background-color: #EEE5EE;
}
.BgClassName
{
background-color: #EEE5EE;
}
</style>
border-color css
<style>
span { border-color: #EEE5EE; }
span { border-color: rgb(238,229,238); }
td.TdClassName
{
border-color: #EEE5EE;
}
.TagClassName
{
border-color: #EEE5EE;
}
</style>