Shades of Selago #EDEAED
Tints of Selago #EDEAED
RGB
CMYK
RGB Variations
Color information
#EDEAED (or 0xEDEAED) is known color: Selago. HEX triplet: ED, EA and ED. RGB value is (237,234,237). Sum of RGB (Red+Green+Blue) = 237+234+237=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 234 (91.80% from 255 or 33.05% from 708); Blue value is 237 (92.97% from 255 or 33.47% from 708); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDEAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAED is #121512. Grayscale: #EBEBEB. Windows color (decimal): -1185043 or 15592173. OLE color: 15592173.
HSL color Cylindrical-coordinate representation of color #EDEAED: hue angle of 300º degrees, saturation: 0.08, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EDEAED is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 234 | 237 | - |
CMYK | 0 | 0.01 | 0 | 0.07 |
HSL | 300º | 0.08% | 0.92% | - |
HSV(B) | 300º | 0.01% | 0.93% | - |
XYZ | 79.63 | 82.96 | 91.94 | - |
YUV | 235.24 | 128.99 | 129.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 234 | 237 | 0 | 0.01 | 0 | 0.07 | 300 | 0.08 | 0.92 |
Hex | ED | EA | ED | 0 | 1 | 0 | 7 | 12C | 8 | 5C |
Octal | 355 | 352 | 355 | 0 | 1 | 0 | 7 | 454 | 10 | 134 |
Binary | 11101101 | 11101010 | 11101101 | 0 | 1 | 0 | 111 | 100101100 | 1000 | 1011100 |
Color Harmonies of #EDEAED
Complementary color
Monochromatic Colors of #EDEAED
Black with #EDEAED
Text Example
Text Example
White with #EDEAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEAED; }
p { color: rgb(237,234,237); }
H1.HeaderClassName
{
color: #EDEAED;
}
.AnyTagClassName
{
color: #EDEAED;
}
</style>
background-color css
<style>
a { background-color: #EDEAED; }
a { background-color: rgb(237,234,237); }
div.DivClassName
{
background-color: #EDEAED;
}
.BgClassName
{
background-color: #EDEAED;
}
</style>
border-color css
<style>
span { border-color: #EDEAED; }
span { border-color: rgb(237,234,237); }
td.TdClassName
{
border-color: #EDEAED;
}
.TagClassName
{
border-color: #EDEAED;
}
</style>