Shades of Whisper #EDEDED
Tints of Whisper #EDEDED
RGB
CMYK
RGB Variations
Color information
#EDEDED (or 0xEDEDED) is known color: Whisper. HEX triplet: ED, ED and ED. RGB value is (237,237,237). Sum of RGB (Red+Green+Blue) = 237+237+237=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 237 (92.97% from 255 or 33.33% from 711); Blue value is 237 (92.97% from 255 or 33.33% from 711); Max value from RGB is 237 - color contains mainly: red, green, blue. Hex color #EDEDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDED is #121212. Grayscale: #ECECEC. Windows color (decimal): -1184275 or 15592941. OLE color: 15592941.
HSL color Cylindrical-coordinate representation of color #EDEDED: hue angle of 0º degrees, saturation: 0, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0%. Process color model (Four color, CMYK) of #EDEDED is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 237 | 237 | - |
CMYK | 0 | 0 | 0 | 0.07 |
HSL | 0º | 0% | 0.93% | - |
HSV(B) | 0º | 0% | 0.93% | - |
XYZ | 80.5 | 84.69 | 92.22 | - |
YUV | 237 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 237 | 237 | 0 | 0 | 0 | 0.07 | 0 | 0 | 0.93 |
Hex | ED | ED | ED | 0 | 0 | 0 | 7 | 0 | 0 | 5D |
Octal | 355 | 355 | 355 | 0 | 0 | 0 | 7 | 0 | 0 | 135 |
Binary | 11101101 | 11101101 | 11101101 | 0 | 0 | 0 | 111 | 0 | 0 | 1011101 |
Color Harmonies of #EDEDED
Complementary color
Monochromatic Colors of #EDEDED
Black with #EDEDED
Text Example
Text Example
White with #EDEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEDED; }
p { color: rgb(237,237,237); }
H1.HeaderClassName
{
color: #EDEDED;
}
.AnyTagClassName
{
color: #EDEDED;
}
</style>
background-color css
<style>
a { background-color: #EDEDED; }
a { background-color: rgb(237,237,237); }
div.DivClassName
{
background-color: #EDEDED;
}
.BgClassName
{
background-color: #EDEDED;
}
</style>
border-color css
<style>
span { border-color: #EDEDED; }
span { border-color: rgb(237,237,237); }
td.TdClassName
{
border-color: #EDEDED;
}
.TagClassName
{
border-color: #EDEDED;
}
</style>