Shades of Whisper #EDE9E9
Tints of Whisper #EDE9E9
RGB
CMYK
RGB Variations
Color information
#EDE9E9 (or 0xEDE9E9) is known color: Whisper. HEX triplet: ED, E9 and E9. RGB value is (237,233,233). Sum of RGB (Red+Green+Blue) = 237+233+233=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 233 (91.41% from 255 or 33.14% from 703); Blue value is 233 (91.41% from 255 or 33.14% from 703); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9E9 is #121616. Grayscale: #EAEAEA. Windows color (decimal): -1185303 or 15329773. OLE color: 15329773.
HSL color Cylindrical-coordinate representation of color #EDE9E9: hue angle of 0º 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 #EDE9E9 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 233 | 233 | - |
CMYK | 0 | 0.02 | 0.02 | 0.07 |
HSL | 0º | 0.1% | 0.92% | - |
HSV(B) | 0º | 0.02% | 0.93% | - |
XYZ | 78.77 | 82.17 | 88.8 | - |
YUV | 234.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 233 | 233 | 0 | 0.02 | 0.02 | 0.07 | 0 | 0.1 | 0.92 |
Hex | ED | E9 | E9 | 0 | 2 | 2 | 7 | 0 | A | 5C |
Octal | 355 | 351 | 351 | 0 | 2 | 2 | 7 | 0 | 12 | 134 |
Binary | 11101101 | 11101001 | 11101001 | 0 | 10 | 10 | 111 | 0 | 1010 | 1011100 |
Color Harmonies of #EDE9E9
Complementary color
Monochromatic Colors of #EDE9E9
Black with #EDE9E9
Text Example
Text Example
White with #EDE9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE9E9; }
p { color: rgb(237,233,233); }
H1.HeaderClassName
{
color: #EDE9E9;
}
.AnyTagClassName
{
color: #EDE9E9;
}
</style>
background-color css
<style>
a { background-color: #EDE9E9; }
a { background-color: rgb(237,233,233); }
div.DivClassName
{
background-color: #EDE9E9;
}
.BgClassName
{
background-color: #EDE9E9;
}
</style>
border-color css
<style>
span { border-color: #EDE9E9; }
span { border-color: rgb(237,233,233); }
td.TdClassName
{
border-color: #EDE9E9;
}
.TagClassName
{
border-color: #EDE9E9;
}
</style>