Shades of Selago #EDD7F1
Tints of Selago #EDD7F1
RGB
CMYK
RGB Variations
Color information
#EDD7F1 (or 0xEDD7F1) is known color: Selago. HEX triplet: ED, D7 and F1. RGB value is (237,215,241). Sum of RGB (Red+Green+Blue) = 237+215+241=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 215 (84.38% from 255 or 31.02% 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 #EDD7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD7F1 is #12280E. Grayscale: #E0E0E0. Windows color (decimal): -1189903 or 15849453. OLE color: 15849453.
HSL color Cylindrical-coordinate representation of color #EDD7F1: hue angle of 290.77º degrees, saturation: 0.48, 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 #EDD7F1 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 215 | 241 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.05 |
| HSL | 290.77º | 0.48% | 0.89% | - |
| HSV(B) | 290.77º | 0.11% | 0.95% | - |
| XYZ | 75.1 | 72.96 | 93.34 | - |
| YUV | 224.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 241 | 0.02 | 0.11 | 0 | 0.05 | 290.77 | 0.48 | 0.89 |
| Hex | ED | D7 | F1 | 2 | B | 0 | 5 | 123 | 30 | 59 |
| Octal | 355 | 327 | 361 | 2 | 13 | 0 | 5 | 443 | 60 | 131 |
| Binary | 11101101 | 11010111 | 11110001 | 10 | 1011 | 0 | 101 | 100100011 | 110000 | 1011001 |
Color Harmonies of #EDD7F1
Complementary color
Monochromatic Colors of #EDD7F1
Black with #EDD7F1
Text Example
Text Example
White with #EDD7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD7F1; }
p { color: rgb(237,215,241); }
H1.HeaderClassName
{
color: #EDD7F1;
}
.AnyTagClassName
{
color: #EDD7F1;
}
</style>
background-color css
<style>
a { background-color: #EDD7F1; }
a { background-color: rgb(237,215,241); }
div.DivClassName
{
background-color: #EDD7F1;
}
.BgClassName
{
background-color: #EDD7F1;
}
</style>
border-color css
<style>
span { border-color: #EDD7F1; }
span { border-color: rgb(237,215,241); }
td.TdClassName
{
border-color: #EDD7F1;
}
.TagClassName
{
border-color: #EDD7F1;
}
</style>