Shades of Selago #EDE3ED
Tints of Selago #EDE3ED
RGB
CMYK
RGB Variations
Color information
#EDE3ED (or 0xEDE3ED) is known color: Selago. HEX triplet: ED, E3 and ED. RGB value is (237,227,237). Sum of RGB (Red+Green+Blue) = 237+227+237=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 227 (89.06% from 255 or 32.38% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDE3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE3ED is #121C12. Grayscale: #E7E7E7. Windows color (decimal): -1186835 or 15590381. OLE color: 15590381.
HSL color Cylindrical-coordinate representation of color #EDE3ED: hue angle of 300º degrees, saturation: 0.22, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDE3ED is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 237 | - |
| CMYK | 0 | 0.04 | 0 | 0.07 |
| HSL | 300º | 0.22% | 0.91% | - |
| HSV(B) | 300º | 0.04% | 0.93% | - |
| XYZ | 77.68 | 79.06 | 91.29 | - |
| YUV | 231.13 | 131.31 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 237 | 0 | 0.04 | 0 | 0.07 | 300 | 0.22 | 0.91 |
| Hex | ED | E3 | ED | 0 | 4 | 0 | 7 | 12C | 16 | 5B |
| Octal | 355 | 343 | 355 | 0 | 4 | 0 | 7 | 454 | 26 | 133 |
| Binary | 11101101 | 11100011 | 11101101 | 0 | 100 | 0 | 111 | 100101100 | 10110 | 1011011 |
Color Harmonies of #EDE3ED
Complementary color
Monochromatic Colors of #EDE3ED
Black with #EDE3ED
Text Example
Text Example
White with #EDE3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE3ED; }
p { color: rgb(237,227,237); }
H1.HeaderClassName
{
color: #EDE3ED;
}
.AnyTagClassName
{
color: #EDE3ED;
}
</style>
background-color css
<style>
a { background-color: #EDE3ED; }
a { background-color: rgb(237,227,237); }
div.DivClassName
{
background-color: #EDE3ED;
}
.BgClassName
{
background-color: #EDE3ED;
}
</style>
border-color css
<style>
span { border-color: #EDE3ED; }
span { border-color: rgb(237,227,237); }
td.TdClassName
{
border-color: #EDE3ED;
}
.TagClassName
{
border-color: #EDE3ED;
}
</style>