Shades of Selago #EDE6EE
Tints of Selago #EDE6EE
RGB
CMYK
RGB Variations
Color information
#EDE6EE (or 0xEDE6EE) is known color: Selago. HEX triplet: ED, E6 and EE. RGB value is (237,230,238). Sum of RGB (Red+Green+Blue) = 237+230+238=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 230 (90.23% from 255 or 32.62% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDE6EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE6EE is #121911. Grayscale: #E8E8E8. Windows color (decimal): -1186066 or 15656685. OLE color: 15656685.
HSL color Cylindrical-coordinate representation of color #EDE6EE: hue angle of 292.5º degrees, saturation: 0.19, 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 #EDE6EE is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 238 | - |
| CMYK | 0.00 | 0.03 | 0 | 0.07 |
| HSL | 292.5º | 0.19% | 0.92% | - |
| HSV(B) | 292.5º | 0.03% | 0.93% | - |
| XYZ | 78.65 | 80.77 | 92.33 | - |
| YUV | 233.01 | 130.82 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 238 | 0.00 | 0.03 | 0 | 0.07 | 292.5 | 0.19 | 0.92 |
| Hex | ED | E6 | EE | 0 | 3 | 0 | 7 | 124 | 13 | 5C |
| Octal | 355 | 346 | 356 | 0 | 3 | 0 | 7 | 444 | 23 | 134 |
| Binary | 11101101 | 11100110 | 11101110 | 0 | 11 | 0 | 111 | 100100100 | 10011 | 1011100 |
Color Harmonies of #EDE6EE
Complementary color
Monochromatic Colors of #EDE6EE
Black with #EDE6EE
Text Example
Text Example
White with #EDE6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE6EE; }
p { color: rgb(237,230,238); }
H1.HeaderClassName
{
color: #EDE6EE;
}
.AnyTagClassName
{
color: #EDE6EE;
}
</style>
background-color css
<style>
a { background-color: #EDE6EE; }
a { background-color: rgb(237,230,238); }
div.DivClassName
{
background-color: #EDE6EE;
}
.BgClassName
{
background-color: #EDE6EE;
}
</style>
border-color css
<style>
span { border-color: #EDE6EE; }
span { border-color: rgb(237,230,238); }
td.TdClassName
{
border-color: #EDE6EE;
}
.TagClassName
{
border-color: #EDE6EE;
}
</style>