Shades of Selago #EEDEF1
Tints of Selago #EEDEF1
RGB
CMYK
RGB Variations
Color information
#EEDEF1 (or 0xEEDEF1) is known color: Selago. HEX triplet: EE, DE and F1. RGB value is (238,222,241). Sum of RGB (Red+Green+Blue) = 238+222+241=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 222 (87.11% from 255 or 31.67% from 701); Blue value is 241 (94.53% from 255 or 34.38% from 701); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEDEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEF1 is #11210E. Grayscale: #E4E4E4. Windows color (decimal): -1122575 or 15851246. OLE color: 15851246.
HSL color Cylindrical-coordinate representation of color #EEDEF1: hue angle of 290.53º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDEF1 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 222 | 241 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.05 |
| HSL | 290.53º | 0.4% | 0.91% | - |
| HSV(B) | 290.53º | 0.08% | 0.95% | - |
| XYZ | 77.26 | 76.77 | 93.97 | - |
| YUV | 228.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 241 | 0.01 | 0.08 | 0 | 0.05 | 290.53 | 0.4 | 0.91 |
| Hex | EE | DE | F1 | 1 | 8 | 0 | 5 | 123 | 28 | 5B |
| Octal | 356 | 336 | 361 | 1 | 10 | 0 | 5 | 443 | 50 | 133 |
| Binary | 11101110 | 11011110 | 11110001 | 1 | 1000 | 0 | 101 | 100100011 | 101000 | 1011011 |
Color Harmonies of #EEDEF1
Complementary color
Monochromatic Colors of #EEDEF1
Black with #EEDEF1
Text Example
Text Example
White with #EEDEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEF1; }
p { color: rgb(238,222,241); }
H1.HeaderClassName
{
color: #EEDEF1;
}
.AnyTagClassName
{
color: #EEDEF1;
}
</style>
background-color css
<style>
a { background-color: #EEDEF1; }
a { background-color: rgb(238,222,241); }
div.DivClassName
{
background-color: #EEDEF1;
}
.BgClassName
{
background-color: #EEDEF1;
}
</style>
border-color css
<style>
span { border-color: #EEDEF1; }
span { border-color: rgb(238,222,241); }
td.TdClassName
{
border-color: #EEDEF1;
}
.TagClassName
{
border-color: #EEDEF1;
}
</style>