Shades of Selago #EDE5EC
Tints of Selago #EDE5EC
RGB
CMYK
RGB Variations
Color information
#EDE5EC (or 0xEDE5EC) is known color: Selago. HEX triplet: ED, E5 and EC. RGB value is (237,229,236). Sum of RGB (Red+Green+Blue) = 237+229+236=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 229 (89.84% from 255 or 32.62% from 702); Blue value is 236 (92.58% from 255 or 33.62% from 702); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE5EC is #121A13. Grayscale: #E8E8E8. Windows color (decimal): -1186324 or 15525357. OLE color: 15525357.
HSL color Cylindrical-coordinate representation of color #EDE5EC: hue angle of 307.5º degrees, saturation: 0.18, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDE5EC is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 229 | 236 | - |
CMYK | 0 | 0.03 | 0.00 | 0.07 |
HSL | 307.5º | 0.18% | 0.91% | - |
HSV(B) | 307.5º | 0.03% | 0.93% | - |
XYZ | 78.08 | 80.1 | 90.7 | - |
YUV | 232.19 | 130.15 | 131.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 229 | 236 | 0 | 0.03 | 0.00 | 0.07 | 307.5 | 0.18 | 0.91 |
Hex | ED | E5 | EC | 0 | 3 | 0 | 7 | 134 | 12 | 5B |
Octal | 355 | 345 | 354 | 0 | 3 | 0 | 7 | 464 | 22 | 133 |
Binary | 11101101 | 11100101 | 11101100 | 0 | 11 | 0 | 111 | 100110100 | 10010 | 1011011 |
Color Harmonies of #EDE5EC
Complementary color
Monochromatic Colors of #EDE5EC
Black with #EDE5EC
Text Example
Text Example
White with #EDE5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE5EC; }
p { color: rgb(237,229,236); }
H1.HeaderClassName
{
color: #EDE5EC;
}
.AnyTagClassName
{
color: #EDE5EC;
}
</style>
background-color css
<style>
a { background-color: #EDE5EC; }
a { background-color: rgb(237,229,236); }
div.DivClassName
{
background-color: #EDE5EC;
}
.BgClassName
{
background-color: #EDE5EC;
}
</style>
border-color css
<style>
span { border-color: #EDE5EC; }
span { border-color: rgb(237,229,236); }
td.TdClassName
{
border-color: #EDE5EC;
}
.TagClassName
{
border-color: #EDE5EC;
}
</style>