Shades of Selago #EDD9F2
Tints of Selago #EDD9F2
RGB
CMYK
RGB Variations
Color information
#EDD9F2 (or 0xEDD9F2) is known color: Selago. HEX triplet: ED, D9 and F2. RGB value is (237,217,242). Sum of RGB (Red+Green+Blue) = 237+217+242=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 217 (85.16% from 255 or 31.18% from 696); Blue value is 242 (94.92% from 255 or 34.77% from 696); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDD9F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD9F2 is #12260D. Grayscale: #E1E1E1. Windows color (decimal): -1189390 or 15915501. OLE color: 15915501.
HSL color Cylindrical-coordinate representation of color #EDD9F2: hue angle of 288º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDD9F2 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 217 | 242 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.05 |
| HSL | 288º | 0.49% | 0.9% | - |
| HSV(B) | 288º | 0.1% | 0.95% | - |
| XYZ | 75.76 | 74.04 | 94.3 | - |
| YUV | 225.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 242 | 0.02 | 0.10 | 0 | 0.05 | 288 | 0.49 | 0.9 |
| Hex | ED | D9 | F2 | 2 | A | 0 | 5 | 120 | 31 | 5A |
| Octal | 355 | 331 | 362 | 2 | 12 | 0 | 5 | 440 | 61 | 132 |
| Binary | 11101101 | 11011001 | 11110010 | 10 | 1010 | 0 | 101 | 100100000 | 110001 | 1011010 |
Color Harmonies of #EDD9F2
Complementary color
Monochromatic Colors of #EDD9F2
Black with #EDD9F2
Text Example
Text Example
White with #EDD9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD9F2; }
p { color: rgb(237,217,242); }
H1.HeaderClassName
{
color: #EDD9F2;
}
.AnyTagClassName
{
color: #EDD9F2;
}
</style>
background-color css
<style>
a { background-color: #EDD9F2; }
a { background-color: rgb(237,217,242); }
div.DivClassName
{
background-color: #EDD9F2;
}
.BgClassName
{
background-color: #EDD9F2;
}
</style>
border-color css
<style>
span { border-color: #EDD9F2; }
span { border-color: rgb(237,217,242); }
td.TdClassName
{
border-color: #EDD9F2;
}
.TagClassName
{
border-color: #EDD9F2;
}
</style>