Shades of Selago #EDE7ED
Tints of Selago #EDE7ED
RGB
CMYK
RGB Variations
Color information
#EDE7ED (or 0xEDE7ED) is known color: Selago. HEX triplet: ED, E7 and ED. RGB value is (237,231,237). Sum of RGB (Red+Green+Blue) = 237+231+237=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 231 (90.62% from 255 or 32.77% from 705); Blue value is 237 (92.97% from 255 or 33.62% from 705); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDE7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE7ED is #121812. Grayscale: #E9E9E9. Windows color (decimal): -1185811 or 15591405. OLE color: 15591405.
HSL color Cylindrical-coordinate representation of color #EDE7ED: hue angle of 300º degrees, saturation: 0.14, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDE7ED is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 231 | 237 | - |
CMYK | 0 | 0.03 | 0 | 0.07 |
HSL | 300º | 0.14% | 0.92% | - |
HSV(B) | 300º | 0.03% | 0.93% | - |
XYZ | 78.79 | 81.27 | 91.66 | - |
YUV | 233.48 | 129.99 | 130.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 231 | 237 | 0 | 0.03 | 0 | 0.07 | 300 | 0.14 | 0.92 |
Hex | ED | E7 | ED | 0 | 3 | 0 | 7 | 12C | E | 5C |
Octal | 355 | 347 | 355 | 0 | 3 | 0 | 7 | 454 | 16 | 134 |
Binary | 11101101 | 11100111 | 11101101 | 0 | 11 | 0 | 111 | 100101100 | 1110 | 1011100 |
Color Harmonies of #EDE7ED
Complementary color
Monochromatic Colors of #EDE7ED
Black with #EDE7ED
Text Example
Text Example
White with #EDE7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE7ED; }
p { color: rgb(237,231,237); }
H1.HeaderClassName
{
color: #EDE7ED;
}
.AnyTagClassName
{
color: #EDE7ED;
}
</style>
background-color css
<style>
a { background-color: #EDE7ED; }
a { background-color: rgb(237,231,237); }
div.DivClassName
{
background-color: #EDE7ED;
}
.BgClassName
{
background-color: #EDE7ED;
}
</style>
border-color css
<style>
span { border-color: #EDE7ED; }
span { border-color: rgb(237,231,237); }
td.TdClassName
{
border-color: #EDE7ED;
}
.TagClassName
{
border-color: #EDE7ED;
}
</style>