Shades of Selago #EED6F3
Tints of Selago #EED6F3
RGB
CMYK
RGB Variations
Color information
#EED6F3 (or 0xEED6F3) is known color: Selago. HEX triplet: EE, D6 and F3. RGB value is (238,214,243). Sum of RGB (Red+Green+Blue) = 238+214+243=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 214 (83.98% from 255 or 30.79% from 695); Blue value is 243 (95.31% from 255 or 34.96% from 695); Max value from RGB is 243 - color contains mainly: blue. Hex color #EED6F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED6F3 is #11290C. Grayscale: #E0E0E0. Windows color (decimal): -1124621 or 15980270. OLE color: 15980270.
HSL color Cylindrical-coordinate representation of color #EED6F3: hue angle of 289.66º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED6F3 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 214 | 243 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.05 |
| HSL | 289.66º | 0.55% | 0.9% | - |
| HSV(B) | 289.66º | 0.12% | 0.95% | - |
| XYZ | 75.48 | 72.74 | 94.86 | - |
| YUV | 224.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 243 | 0.02 | 0.12 | 0 | 0.05 | 289.66 | 0.55 | 0.9 |
| Hex | EE | D6 | F3 | 2 | C | 0 | 5 | 122 | 37 | 5A |
| Octal | 356 | 326 | 363 | 2 | 14 | 0 | 5 | 442 | 67 | 132 |
| Binary | 11101110 | 11010110 | 11110011 | 10 | 1100 | 0 | 101 | 100100010 | 110111 | 1011010 |
Color Harmonies of #EED6F3
Complementary color
Monochromatic Colors of #EED6F3
Black with #EED6F3
Text Example
Text Example
White with #EED6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6F3; }
p { color: rgb(238,214,243); }
H1.HeaderClassName
{
color: #EED6F3;
}
.AnyTagClassName
{
color: #EED6F3;
}
</style>
background-color css
<style>
a { background-color: #EED6F3; }
a { background-color: rgb(238,214,243); }
div.DivClassName
{
background-color: #EED6F3;
}
.BgClassName
{
background-color: #EED6F3;
}
</style>
border-color css
<style>
span { border-color: #EED6F3; }
span { border-color: rgb(238,214,243); }
td.TdClassName
{
border-color: #EED6F3;
}
.TagClassName
{
border-color: #EED6F3;
}
</style>