Shades of Selago #EDE9EC
Tints of Selago #EDE9EC
RGB
CMYK
RGB Variations
Color information
#EDE9EC (or 0xEDE9EC) is known color: Selago. HEX triplet: ED, E9 and EC. RGB value is (237,233,236). Sum of RGB (Red+Green+Blue) = 237+233+236=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 233 (91.41% from 255 or 33.00% from 706); Blue value is 236 (92.58% from 255 or 33.43% from 706); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9EC is #121613. Grayscale: #EAEAEA. Windows color (decimal): -1185300 or 15526381. OLE color: 15526381.
HSL color Cylindrical-coordinate representation of color #EDE9EC: hue angle of 315º degrees, saturation: 0.1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDE9EC is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 233 | 236 | - |
CMYK | 0 | 0.02 | 0.00 | 0.07 |
HSL | 315º | 0.1% | 0.92% | - |
HSV(B) | 315º | 0.02% | 0.93% | - |
XYZ | 79.2 | 82.34 | 91.08 | - |
YUV | 234.54 | 128.83 | 129.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 233 | 236 | 0 | 0.02 | 0.00 | 0.07 | 315 | 0.1 | 0.92 |
Hex | ED | E9 | EC | 0 | 2 | 0 | 7 | 13B | A | 5C |
Octal | 355 | 351 | 354 | 0 | 2 | 0 | 7 | 473 | 12 | 134 |
Binary | 11101101 | 11101001 | 11101100 | 0 | 10 | 0 | 111 | 100111011 | 1010 | 1011100 |
Color Harmonies of #EDE9EC
Complementary color
Monochromatic Colors of #EDE9EC
Black with #EDE9EC
Text Example
Text Example
White with #EDE9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE9EC; }
p { color: rgb(237,233,236); }
H1.HeaderClassName
{
color: #EDE9EC;
}
.AnyTagClassName
{
color: #EDE9EC;
}
</style>
background-color css
<style>
a { background-color: #EDE9EC; }
a { background-color: rgb(237,233,236); }
div.DivClassName
{
background-color: #EDE9EC;
}
.BgClassName
{
background-color: #EDE9EC;
}
</style>
border-color css
<style>
span { border-color: #EDE9EC; }
span { border-color: rgb(237,233,236); }
td.TdClassName
{
border-color: #EDE9EC;
}
.TagClassName
{
border-color: #EDE9EC;
}
</style>