Shades of Selago #EEEDEE
Tints of Selago #EEEDEE
RGB
CMYK
RGB Variations
Color information
#EEEDEE (or 0xEEEDEE) is known color: Selago. HEX triplet: EE, ED and EE. RGB value is (238,237,238). Sum of RGB (Red+Green+Blue) = 238+237+238=713 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.38% from 713); Green value is 237 (92.97% from 255 or 33.24% from 713); Blue value is 238 (93.36% from 255 or 33.38% from 713); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEEDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEDEE is #111211. Grayscale: #EDEDED. Windows color (decimal): -1118738 or 15658478. OLE color: 15658478.
HSL color Cylindrical-coordinate representation of color #EEEDEE: hue angle of 300º degrees, saturation: 0.03, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0%. Process color model (Four color, CMYK) of #EEEDEE is Cyan = 0, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 237 | 238 | - |
CMYK | 0 | 0.00 | 0 | 0.07 |
HSL | 300º | 0.03% | 0.93% | - |
HSV(B) | 300º | 0% | 0.93% | - |
XYZ | 80.98 | 84.92 | 93.01 | - |
YUV | 237.41 | 128.33 | 128.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 237 | 238 | 0 | 0.00 | 0 | 0.07 | 300 | 0.03 | 0.93 |
Hex | EE | ED | EE | 0 | 0 | 0 | 7 | 12C | 3 | 5D |
Octal | 356 | 355 | 356 | 0 | 0 | 0 | 7 | 454 | 3 | 135 |
Binary | 11101110 | 11101101 | 11101110 | 0 | 0 | 0 | 111 | 100101100 | 11 | 1011101 |
Color Harmonies of #EEEDEE
Complementary color
Monochromatic Colors of #EEEDEE
Black with #EEEDEE
Text Example
Text Example
White with #EEEDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEDEE; }
p { color: rgb(238,237,238); }
H1.HeaderClassName
{
color: #EEEDEE;
}
.AnyTagClassName
{
color: #EEEDEE;
}
</style>
background-color css
<style>
a { background-color: #EEEDEE; }
a { background-color: rgb(238,237,238); }
div.DivClassName
{
background-color: #EEEDEE;
}
.BgClassName
{
background-color: #EEEDEE;
}
</style>
border-color css
<style>
span { border-color: #EEEDEE; }
span { border-color: rgb(238,237,238); }
td.TdClassName
{
border-color: #EEEDEE;
}
.TagClassName
{
border-color: #EEEDEE;
}
</style>