Shades of Selago #EDE1EE
Tints of Selago #EDE1EE
RGB
CMYK
RGB Variations
Color information
#EDE1EE (or 0xEDE1EE) is known color: Selago. HEX triplet: ED, E1 and EE. RGB value is (237,225,238). Sum of RGB (Red+Green+Blue) = 237+225+238=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 225 (88.28% from 255 or 32.14% from 700); Blue value is 238 (93.36% from 255 or 34% from 700); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDE1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE1EE is #121E11. Grayscale: #E6E6E6. Windows color (decimal): -1187346 or 15655405. OLE color: 15655405.
HSL color Cylindrical-coordinate representation of color #EDE1EE: hue angle of 295.38º degrees, saturation: 0.28, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDE1EE is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 238 | - |
| CMYK | 0.00 | 0.05 | 0 | 0.07 |
| HSL | 295.38º | 0.28% | 0.91% | - |
| HSV(B) | 295.38º | 0.05% | 0.93% | - |
| XYZ | 77.28 | 78.03 | 91.88 | - |
| YUV | 230.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 238 | 0.00 | 0.05 | 0 | 0.07 | 295.38 | 0.28 | 0.91 |
| Hex | ED | E1 | EE | 0 | 5 | 0 | 7 | 127 | 1C | 5B |
| Octal | 355 | 341 | 356 | 0 | 5 | 0 | 7 | 447 | 34 | 133 |
| Binary | 11101101 | 11100001 | 11101110 | 0 | 101 | 0 | 111 | 100100111 | 11100 | 1011011 |
Color Harmonies of #EDE1EE
Complementary color
Monochromatic Colors of #EDE1EE
Black with #EDE1EE
Text Example
Text Example
White with #EDE1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE1EE; }
p { color: rgb(237,225,238); }
H1.HeaderClassName
{
color: #EDE1EE;
}
.AnyTagClassName
{
color: #EDE1EE;
}
</style>
background-color css
<style>
a { background-color: #EDE1EE; }
a { background-color: rgb(237,225,238); }
div.DivClassName
{
background-color: #EDE1EE;
}
.BgClassName
{
background-color: #EDE1EE;
}
</style>
border-color css
<style>
span { border-color: #EDE1EE; }
span { border-color: rgb(237,225,238); }
td.TdClassName
{
border-color: #EDE1EE;
}
.TagClassName
{
border-color: #EDE1EE;
}
</style>