Shades of Selago #EDD7F2
Tints of Selago #EDD7F2
RGB
CMYK
RGB Variations
Color information
#EDD7F2 (or 0xEDD7F2) is known color: Selago. HEX triplet: ED, D7 and F2. RGB value is (237,215,242). Sum of RGB (Red+Green+Blue) = 237+215+242=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 215 (84.38% from 255 or 30.98% from 694); Blue value is 242 (94.92% from 255 or 34.87% from 694); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDD7F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD7F2 is #12280D. Grayscale: #E0E0E0. Windows color (decimal): -1189902 or 15914989. OLE color: 15914989.
HSL color Cylindrical-coordinate representation of color #EDD7F2: hue angle of 288.89º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDD7F2 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 215 | 242 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.05 |
| HSL | 288.89º | 0.51% | 0.9% | - |
| HSV(B) | 288.89º | 0.11% | 0.95% | - |
| XYZ | 75.25 | 73.02 | 94.13 | - |
| YUV | 224.66 | 137.79 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 242 | 0.02 | 0.11 | 0 | 0.05 | 288.89 | 0.51 | 0.9 |
| Hex | ED | D7 | F2 | 2 | B | 0 | 5 | 121 | 33 | 5A |
| Octal | 355 | 327 | 362 | 2 | 13 | 0 | 5 | 441 | 63 | 132 |
| Binary | 11101101 | 11010111 | 11110010 | 10 | 1011 | 0 | 101 | 100100001 | 110011 | 1011010 |
Color Harmonies of #EDD7F2
Complementary color
Monochromatic Colors of #EDD7F2
Black with #EDD7F2
Text Example
Text Example
White with #EDD7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD7F2; }
p { color: rgb(237,215,242); }
H1.HeaderClassName
{
color: #EDD7F2;
}
.AnyTagClassName
{
color: #EDD7F2;
}
</style>
background-color css
<style>
a { background-color: #EDD7F2; }
a { background-color: rgb(237,215,242); }
div.DivClassName
{
background-color: #EDD7F2;
}
.BgClassName
{
background-color: #EDD7F2;
}
</style>
border-color css
<style>
span { border-color: #EDD7F2; }
span { border-color: rgb(237,215,242); }
td.TdClassName
{
border-color: #EDD7F2;
}
.TagClassName
{
border-color: #EDD7F2;
}
</style>