Shades of Selago #EDE2EE
Tints of Selago #EDE2EE
RGB
CMYK
RGB Variations
Color information
#EDE2EE (or 0xEDE2EE) is known color: Selago. HEX triplet: ED, E2 and EE. RGB value is (237,226,238). Sum of RGB (Red+Green+Blue) = 237+226+238=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 226 (88.67% from 255 or 32.24% from 701); Blue value is 238 (93.36% from 255 or 33.95% from 701); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDE2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE2EE is #121D11. Grayscale: #E6E6E6. Windows color (decimal): -1187090 or 15655661. OLE color: 15655661.
HSL color Cylindrical-coordinate representation of color #EDE2EE: hue angle of 295º degrees, saturation: 0.26, 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 #EDE2EE is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 226 | 238 | - |
CMYK | 0.00 | 0.05 | 0 | 0.07 |
HSL | 295º | 0.26% | 0.91% | - |
HSV(B) | 295º | 0.05% | 0.93% | - |
XYZ | 77.55 | 78.57 | 91.97 | - |
YUV | 230.66 | 132.14 | 132.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 226 | 238 | 0.00 | 0.05 | 0 | 0.07 | 295 | 0.26 | 0.91 |
Hex | ED | E2 | EE | 0 | 5 | 0 | 7 | 127 | 1A | 5B |
Octal | 355 | 342 | 356 | 0 | 5 | 0 | 7 | 447 | 32 | 133 |
Binary | 11101101 | 11100010 | 11101110 | 0 | 101 | 0 | 111 | 100100111 | 11010 | 1011011 |
Color Harmonies of #EDE2EE
Complementary color
Monochromatic Colors of #EDE2EE
Black with #EDE2EE
Text Example
Text Example
White with #EDE2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE2EE; }
p { color: rgb(237,226,238); }
H1.HeaderClassName
{
color: #EDE2EE;
}
.AnyTagClassName
{
color: #EDE2EE;
}
</style>
background-color css
<style>
a { background-color: #EDE2EE; }
a { background-color: rgb(237,226,238); }
div.DivClassName
{
background-color: #EDE2EE;
}
.BgClassName
{
background-color: #EDE2EE;
}
</style>
border-color css
<style>
span { border-color: #EDE2EE; }
span { border-color: rgb(237,226,238); }
td.TdClassName
{
border-color: #EDE2EE;
}
.TagClassName
{
border-color: #EDE2EE;
}
</style>