Shades of Whisper #EDE8E7
Tints of Whisper #EDE8E7
RGB
CMYK
RGB Variations
Color information
#EDE8E7 (or 0xEDE8E7) is known color: Whisper. HEX triplet: ED, E8 and E7. RGB value is (237,232,231). Sum of RGB (Red+Green+Blue) = 237+232+231=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 232 (91.02% from 255 or 33.14% from 700); Blue value is 231 (90.62% from 255 or 33% from 700); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE8E7 is #121718. Grayscale: #E9E9E9. Windows color (decimal): -1185561 or 15198445. OLE color: 15198445.
HSL color Cylindrical-coordinate representation of color #EDE8E7: hue angle of 10º degrees, saturation: 0.14, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDE8E7 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 231 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.07 |
| HSL | 10º | 0.14% | 0.92% | - |
| HSV(B) | 10º | 0.03% | 0.93% | - |
| XYZ | 78.21 | 81.49 | 87.21 | - |
| YUV | 233.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 231 | 0 | 0.02 | 0.03 | 0.07 | 10 | 0.14 | 0.92 |
| Hex | ED | E8 | E7 | 0 | 2 | 3 | 7 | A | E | 5C |
| Octal | 355 | 350 | 347 | 0 | 2 | 3 | 7 | 12 | 16 | 134 |
| Binary | 11101101 | 11101000 | 11100111 | 0 | 10 | 11 | 111 | 1010 | 1110 | 1011100 |
Color Harmonies of #EDE8E7
Complementary color
Monochromatic Colors of #EDE8E7
Black with #EDE8E7
Text Example
Text Example
White with #EDE8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE8E7; }
p { color: rgb(237,232,231); }
H1.HeaderClassName
{
color: #EDE8E7;
}
.AnyTagClassName
{
color: #EDE8E7;
}
</style>
background-color css
<style>
a { background-color: #EDE8E7; }
a { background-color: rgb(237,232,231); }
div.DivClassName
{
background-color: #EDE8E7;
}
.BgClassName
{
background-color: #EDE8E7;
}
</style>
border-color css
<style>
span { border-color: #EDE8E7; }
span { border-color: rgb(237,232,231); }
td.TdClassName
{
border-color: #EDE8E7;
}
.TagClassName
{
border-color: #EDE8E7;
}
</style>