Shades of Selago #EED6F1
Tints of Selago #EED6F1
RGB
CMYK
RGB Variations
Color information
#EED6F1 (or 0xEED6F1) is known color: Selago. HEX triplet: EE, D6 and F1. RGB value is (238,214,241). Sum of RGB (Red+Green+Blue) = 238+214+241=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 214 (83.98% from 255 or 30.88% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 241 - color contains mainly: blue. Hex color #EED6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED6F1 is #11290E. Grayscale: #E0E0E0. Windows color (decimal): -1124623 or 15849198. OLE color: 15849198.
HSL color Cylindrical-coordinate representation of color #EED6F1: hue angle of 293.33º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EED6F1 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 214 | 241 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.05 |
| HSL | 293.33º | 0.49% | 0.89% | - |
| HSV(B) | 293.33º | 0.11% | 0.95% | - |
| XYZ | 75.18 | 72.62 | 93.27 | - |
| YUV | 224.25 | 137.45 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 241 | 0.01 | 0.11 | 0 | 0.05 | 293.33 | 0.49 | 0.89 |
| Hex | EE | D6 | F1 | 1 | B | 0 | 5 | 125 | 31 | 59 |
| Octal | 356 | 326 | 361 | 1 | 13 | 0 | 5 | 445 | 61 | 131 |
| Binary | 11101110 | 11010110 | 11110001 | 1 | 1011 | 0 | 101 | 100100101 | 110001 | 1011001 |
Color Harmonies of #EED6F1
Complementary color
Monochromatic Colors of #EED6F1
Black with #EED6F1
Text Example
Text Example
White with #EED6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6F1; }
p { color: rgb(238,214,241); }
H1.HeaderClassName
{
color: #EED6F1;
}
.AnyTagClassName
{
color: #EED6F1;
}
</style>
background-color css
<style>
a { background-color: #EED6F1; }
a { background-color: rgb(238,214,241); }
div.DivClassName
{
background-color: #EED6F1;
}
.BgClassName
{
background-color: #EED6F1;
}
</style>
border-color css
<style>
span { border-color: #EED6F1; }
span { border-color: rgb(238,214,241); }
td.TdClassName
{
border-color: #EED6F1;
}
.TagClassName
{
border-color: #EED6F1;
}
</style>