Shades of Selago #EEDDF1
Tints of Selago #EEDDF1
RGB
CMYK
RGB Variations
Color information
#EEDDF1 (or 0xEEDDF1) is known color: Selago. HEX triplet: EE, DD and F1. RGB value is (238,221,241). Sum of RGB (Red+Green+Blue) = 238+221+241=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 221 (86.72% from 255 or 31.57% from 700); Blue value is 241 (94.53% from 255 or 34.43% from 700); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEDDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDDF1 is #11220E. Grayscale: #E4E4E4. Windows color (decimal): -1122831 or 15850990. OLE color: 15850990.
HSL color Cylindrical-coordinate representation of color #EEDDF1: hue angle of 291º degrees, saturation: 0.42, 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 #EEDDF1 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 221 | 241 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.05 |
| HSL | 291º | 0.42% | 0.91% | - |
| HSV(B) | 291º | 0.08% | 0.95% | - |
| XYZ | 76.99 | 76.24 | 93.88 | - |
| YUV | 228.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 241 | 0.01 | 0.08 | 0 | 0.05 | 291 | 0.42 | 0.91 |
| Hex | EE | DD | F1 | 1 | 8 | 0 | 5 | 123 | 2A | 5B |
| Octal | 356 | 335 | 361 | 1 | 10 | 0 | 5 | 443 | 52 | 133 |
| Binary | 11101110 | 11011101 | 11110001 | 1 | 1000 | 0 | 101 | 100100011 | 101010 | 1011011 |
Color Harmonies of #EEDDF1
Complementary color
Monochromatic Colors of #EEDDF1
Black with #EEDDF1
Text Example
Text Example
White with #EEDDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDF1; }
p { color: rgb(238,221,241); }
H1.HeaderClassName
{
color: #EEDDF1;
}
.AnyTagClassName
{
color: #EEDDF1;
}
</style>
background-color css
<style>
a { background-color: #EEDDF1; }
a { background-color: rgb(238,221,241); }
div.DivClassName
{
background-color: #EEDDF1;
}
.BgClassName
{
background-color: #EEDDF1;
}
</style>
border-color css
<style>
span { border-color: #EEDDF1; }
span { border-color: rgb(238,221,241); }
td.TdClassName
{
border-color: #EEDDF1;
}
.TagClassName
{
border-color: #EEDDF1;
}
</style>