Shades of Selago #EDE2EF
Tints of Selago #EDE2EF
RGB
CMYK
RGB Variations
Color information
#EDE2EF (or 0xEDE2EF) is known color: Selago. HEX triplet: ED, E2 and EF. RGB value is (237,226,239). Sum of RGB (Red+Green+Blue) = 237+226+239=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 226 (88.67% from 255 or 32.19% from 702); Blue value is 239 (93.75% from 255 or 34.05% from 702); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDE2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE2EF is #121D10. Grayscale: #E6E6E6. Windows color (decimal): -1187089 or 15721197. OLE color: 15721197.
HSL color Cylindrical-coordinate representation of color #EDE2EF: hue angle of 290.77º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDE2EF is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 226 | 239 | - |
CMYK | 0.01 | 0.05 | 0 | 0.06 |
HSL | 290.77º | 0.29% | 0.91% | - |
HSV(B) | 290.77º | 0.05% | 0.94% | - |
XYZ | 77.7 | 78.63 | 92.74 | - |
YUV | 230.77 | 132.64 | 132.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 226 | 239 | 0.01 | 0.05 | 0 | 0.06 | 290.77 | 0.29 | 0.91 |
Hex | ED | E2 | EF | 1 | 5 | 0 | 6 | 123 | 1D | 5B |
Octal | 355 | 342 | 357 | 1 | 5 | 0 | 6 | 443 | 35 | 133 |
Binary | 11101101 | 11100010 | 11101111 | 1 | 101 | 0 | 110 | 100100011 | 11101 | 1011011 |
Color Harmonies of #EDE2EF
Complementary color
Monochromatic Colors of #EDE2EF
Black with #EDE2EF
Text Example
Text Example
White with #EDE2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE2EF; }
p { color: rgb(237,226,239); }
H1.HeaderClassName
{
color: #EDE2EF;
}
.AnyTagClassName
{
color: #EDE2EF;
}
</style>
background-color css
<style>
a { background-color: #EDE2EF; }
a { background-color: rgb(237,226,239); }
div.DivClassName
{
background-color: #EDE2EF;
}
.BgClassName
{
background-color: #EDE2EF;
}
</style>
border-color css
<style>
span { border-color: #EDE2EF; }
span { border-color: rgb(237,226,239); }
td.TdClassName
{
border-color: #EDE2EF;
}
.TagClassName
{
border-color: #EDE2EF;
}
</style>