Shades of Selago #EDE9ED
Tints of Selago #EDE9ED
RGB
CMYK
RGB Variations
Color information
#EDE9ED (or 0xEDE9ED) is known color: Selago. HEX triplet: ED, E9 and ED. RGB value is (237,233,237). Sum of RGB (Red+Green+Blue) = 237+233+237=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 233 (91.41% from 255 or 32.96% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDE9ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9ED is #121612. Grayscale: #EAEAEA. Windows color (decimal): -1185299 or 15591917. OLE color: 15591917.
HSL color Cylindrical-coordinate representation of color #EDE9ED: hue angle of 300º degrees, saturation: 0.1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDE9ED is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 233 | 237 | - |
CMYK | 0 | 0.02 | 0 | 0.07 |
HSL | 300º | 0.1% | 0.92% | - |
HSV(B) | 300º | 0.02% | 0.93% | - |
XYZ | 79.35 | 82.4 | 91.84 | - |
YUV | 234.65 | 129.33 | 129.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 233 | 237 | 0 | 0.02 | 0 | 0.07 | 300 | 0.1 | 0.92 |
Hex | ED | E9 | ED | 0 | 2 | 0 | 7 | 12C | A | 5C |
Octal | 355 | 351 | 355 | 0 | 2 | 0 | 7 | 454 | 12 | 134 |
Binary | 11101101 | 11101001 | 11101101 | 0 | 10 | 0 | 111 | 100101100 | 1010 | 1011100 |
Color Harmonies of #EDE9ED
Complementary color
Monochromatic Colors of #EDE9ED
Black with #EDE9ED
Text Example
Text Example
White with #EDE9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE9ED; }
p { color: rgb(237,233,237); }
H1.HeaderClassName
{
color: #EDE9ED;
}
.AnyTagClassName
{
color: #EDE9ED;
}
</style>
background-color css
<style>
a { background-color: #EDE9ED; }
a { background-color: rgb(237,233,237); }
div.DivClassName
{
background-color: #EDE9ED;
}
.BgClassName
{
background-color: #EDE9ED;
}
</style>
border-color css
<style>
span { border-color: #EDE9ED; }
span { border-color: rgb(237,233,237); }
td.TdClassName
{
border-color: #EDE9ED;
}
.TagClassName
{
border-color: #EDE9ED;
}
</style>