Shades of Selago #EDE3EC
Tints of Selago #EDE3EC
RGB
CMYK
RGB Variations
Color information
#EDE3EC (or 0xEDE3EC) is known color: Selago. HEX triplet: ED, E3 and EC. RGB value is (237,227,236). Sum of RGB (Red+Green+Blue) = 237+227+236=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 227 (89.06% from 255 or 32.43% from 700); Blue value is 236 (92.58% from 255 or 33.71% from 700); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE3EC is #121C13. Grayscale: #E6E6E6. Windows color (decimal): -1186836 or 15524845. OLE color: 15524845.
HSL color Cylindrical-coordinate representation of color #EDE3EC: hue angle of 306º 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 #EDE3EC is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 227 | 236 | - |
CMYK | 0 | 0.04 | 0.00 | 0.07 |
HSL | 306º | 0.22% | 0.91% | - |
HSV(B) | 306º | 0.04% | 0.93% | - |
XYZ | 77.53 | 79 | 90.52 | - |
YUV | 231.02 | 130.81 | 132.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 227 | 236 | 0 | 0.04 | 0.00 | 0.07 | 306 | 0.22 | 0.91 |
Hex | ED | E3 | EC | 0 | 4 | 0 | 7 | 132 | 16 | 5B |
Octal | 355 | 343 | 354 | 0 | 4 | 0 | 7 | 462 | 26 | 133 |
Binary | 11101101 | 11100011 | 11101100 | 0 | 100 | 0 | 111 | 100110010 | 10110 | 1011011 |
Color Harmonies of #EDE3EC
Complementary color
Monochromatic Colors of #EDE3EC
Black with #EDE3EC
Text Example
Text Example
White with #EDE3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE3EC; }
p { color: rgb(237,227,236); }
H1.HeaderClassName
{
color: #EDE3EC;
}
.AnyTagClassName
{
color: #EDE3EC;
}
</style>
background-color css
<style>
a { background-color: #EDE3EC; }
a { background-color: rgb(237,227,236); }
div.DivClassName
{
background-color: #EDE3EC;
}
.BgClassName
{
background-color: #EDE3EC;
}
</style>
border-color css
<style>
span { border-color: #EDE3EC; }
span { border-color: rgb(237,227,236); }
td.TdClassName
{
border-color: #EDE3EC;
}
.TagClassName
{
border-color: #EDE3EC;
}
</style>