Shades of Selago #EDE5EE
Tints of Selago #EDE5EE
RGB
CMYK
RGB Variations
Color information
#EDE5EE (or 0xEDE5EE) is known color: Selago. HEX triplet: ED, E5 and EE. RGB value is (237,229,238). Sum of RGB (Red+Green+Blue) = 237+229+238=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 229 (89.84% from 255 or 32.53% from 704); Blue value is 238 (93.36% from 255 or 33.81% from 704); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDE5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE5EE is #121A11. Grayscale: #E8E8E8. Windows color (decimal): -1186322 or 15656429. OLE color: 15656429.
HSL color Cylindrical-coordinate representation of color #EDE5EE: hue angle of 293.33º degrees, saturation: 0.21, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDE5EE is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 229 | 238 | - |
CMYK | 0.00 | 0.04 | 0 | 0.07 |
HSL | 293.33º | 0.21% | 0.92% | - |
HSV(B) | 293.33º | 0.04% | 0.93% | - |
XYZ | 78.38 | 80.22 | 92.24 | - |
YUV | 232.42 | 131.15 | 131.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 229 | 238 | 0.00 | 0.04 | 0 | 0.07 | 293.33 | 0.21 | 0.92 |
Hex | ED | E5 | EE | 0 | 4 | 0 | 7 | 125 | 15 | 5C |
Octal | 355 | 345 | 356 | 0 | 4 | 0 | 7 | 445 | 25 | 134 |
Binary | 11101101 | 11100101 | 11101110 | 0 | 100 | 0 | 111 | 100100101 | 10101 | 1011100 |
Color Harmonies of #EDE5EE
Complementary color
Monochromatic Colors of #EDE5EE
Black with #EDE5EE
Text Example
Text Example
White with #EDE5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE5EE; }
p { color: rgb(237,229,238); }
H1.HeaderClassName
{
color: #EDE5EE;
}
.AnyTagClassName
{
color: #EDE5EE;
}
</style>
background-color css
<style>
a { background-color: #EDE5EE; }
a { background-color: rgb(237,229,238); }
div.DivClassName
{
background-color: #EDE5EE;
}
.BgClassName
{
background-color: #EDE5EE;
}
</style>
border-color css
<style>
span { border-color: #EDE5EE; }
span { border-color: rgb(237,229,238); }
td.TdClassName
{
border-color: #EDE5EE;
}
.TagClassName
{
border-color: #EDE5EE;
}
</style>