Shades of Selago #EEDEEE
Tints of Selago #EEDEEE
RGB
CMYK
RGB Variations
Color information
#EEDEEE (or 0xEEDEEE) is known color: Selago. HEX triplet: EE, DE and EE. RGB value is (238,222,238). Sum of RGB (Red+Green+Blue) = 238+222+238=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEDEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEEE is #112111. Grayscale: #E4E4E4. Windows color (decimal): -1122578 or 15654638. OLE color: 15654638.
HSL color Cylindrical-coordinate representation of color #EEDEEE: hue angle of 300º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEDEEE is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 238 | - |
| CMYK | 0 | 0.07 | 0 | 0.07 |
| HSL | 300º | 0.32% | 0.9% | - |
| HSV(B) | 300º | 0.07% | 0.93% | - |
| XYZ | 76.81 | 76.59 | 91.62 | - |
| YUV | 228.61 | 133.3 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 238 | 0 | 0.07 | 0 | 0.07 | 300 | 0.32 | 0.9 |
| Hex | EE | DE | EE | 0 | 7 | 0 | 7 | 12C | 20 | 5A |
| Octal | 356 | 336 | 356 | 0 | 7 | 0 | 7 | 454 | 40 | 132 |
| Binary | 11101110 | 11011110 | 11101110 | 0 | 111 | 0 | 111 | 100101100 | 100000 | 1011010 |
Color Harmonies of #EEDEEE
Complementary color
Monochromatic Colors of #EEDEEE
Black with #EEDEEE
Text Example
Text Example
White with #EEDEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEEE; }
p { color: rgb(238,222,238); }
H1.HeaderClassName
{
color: #EEDEEE;
}
.AnyTagClassName
{
color: #EEDEEE;
}
</style>
background-color css
<style>
a { background-color: #EEDEEE; }
a { background-color: rgb(238,222,238); }
div.DivClassName
{
background-color: #EEDEEE;
}
.BgClassName
{
background-color: #EEDEEE;
}
</style>
border-color css
<style>
span { border-color: #EEDEEE; }
span { border-color: rgb(238,222,238); }
td.TdClassName
{
border-color: #EEDEEE;
}
.TagClassName
{
border-color: #EEDEEE;
}
</style>