Shades of Selago #EDE2F0
Tints of Selago #EDE2F0
RGB
CMYK
RGB Variations
Color information
#EDE2F0 (or 0xEDE2F0) is known color: Selago. HEX triplet: ED, E2 and F0. RGB value is (237,226,240). Sum of RGB (Red+Green+Blue) = 237+226+240=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 226 (88.67% from 255 or 32.15% from 703); Blue value is 240 (94.14% from 255 or 34.14% from 703); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDE2F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE2F0 is #121D0F. Grayscale: #E6E6E6. Windows color (decimal): -1187088 or 15786733. OLE color: 15786733.
HSL color Cylindrical-coordinate representation of color #EDE2F0: hue angle of 287.14º degrees, saturation: 0.32, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDE2F0 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 226 | 240 | - |
CMYK | 0.01 | 0.06 | 0 | 0.06 |
HSL | 287.14º | 0.32% | 0.91% | - |
HSV(B) | 287.14º | 0.06% | 0.94% | - |
XYZ | 77.85 | 78.69 | 93.52 | - |
YUV | 230.89 | 133.14 | 132.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 226 | 240 | 0.01 | 0.06 | 0 | 0.06 | 287.14 | 0.32 | 0.91 |
Hex | ED | E2 | F0 | 1 | 6 | 0 | 6 | 11F | 20 | 5B |
Octal | 355 | 342 | 360 | 1 | 6 | 0 | 6 | 437 | 40 | 133 |
Binary | 11101101 | 11100010 | 11110000 | 1 | 110 | 0 | 110 | 100011111 | 100000 | 1011011 |
Color Harmonies of #EDE2F0
Complementary color
Monochromatic Colors of #EDE2F0
Black with #EDE2F0
Text Example
Text Example
White with #EDE2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE2F0; }
p { color: rgb(237,226,240); }
H1.HeaderClassName
{
color: #EDE2F0;
}
.AnyTagClassName
{
color: #EDE2F0;
}
</style>
background-color css
<style>
a { background-color: #EDE2F0; }
a { background-color: rgb(237,226,240); }
div.DivClassName
{
background-color: #EDE2F0;
}
.BgClassName
{
background-color: #EDE2F0;
}
</style>
border-color css
<style>
span { border-color: #EDE2F0; }
span { border-color: rgb(237,226,240); }
td.TdClassName
{
border-color: #EDE2F0;
}
.TagClassName
{
border-color: #EDE2F0;
}
</style>