Shades of Selago #EDD6F1
Tints of Selago #EDD6F1
RGB
CMYK
RGB Variations
Color information
#EDD6F1 (or 0xEDD6F1) is known color: Selago. HEX triplet: ED, D6 and F1. RGB value is (237,214,241). Sum of RGB (Red+Green+Blue) = 237+214+241=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 214 (83.98% from 255 or 30.92% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDD6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD6F1 is #12290E. Grayscale: #DFDFDF. Windows color (decimal): -1190159 or 15849197. OLE color: 15849197.
HSL color Cylindrical-coordinate representation of color #EDD6F1: hue angle of 291.11º 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 #EDD6F1 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 214 | 241 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.05 |
| HSL | 291.11º | 0.49% | 0.89% | - |
| HSV(B) | 291.11º | 0.11% | 0.95% | - |
| XYZ | 74.85 | 72.45 | 93.26 | - |
| YUV | 223.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 241 | 0.02 | 0.11 | 0 | 0.05 | 291.11 | 0.49 | 0.89 |
| Hex | ED | D6 | F1 | 2 | B | 0 | 5 | 123 | 31 | 59 |
| Octal | 355 | 326 | 361 | 2 | 13 | 0 | 5 | 443 | 61 | 131 |
| Binary | 11101101 | 11010110 | 11110001 | 10 | 1011 | 0 | 101 | 100100011 | 110001 | 1011001 |
Color Harmonies of #EDD6F1
Complementary color
Monochromatic Colors of #EDD6F1
Black with #EDD6F1
Text Example
Text Example
White with #EDD6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD6F1; }
p { color: rgb(237,214,241); }
H1.HeaderClassName
{
color: #EDD6F1;
}
.AnyTagClassName
{
color: #EDD6F1;
}
</style>
background-color css
<style>
a { background-color: #EDD6F1; }
a { background-color: rgb(237,214,241); }
div.DivClassName
{
background-color: #EDD6F1;
}
.BgClassName
{
background-color: #EDD6F1;
}
</style>
border-color css
<style>
span { border-color: #EDD6F1; }
span { border-color: rgb(237,214,241); }
td.TdClassName
{
border-color: #EDD6F1;
}
.TagClassName
{
border-color: #EDD6F1;
}
</style>