Shades of Whisper #EBE6E6
Tints of Whisper #EBE6E6
RGB
CMYK
RGB Variations
Color information
#EBE6E6 (or 0xEBE6E6) is known color: Whisper. HEX triplet: EB, E6 and E6. RGB value is (235,230,230). Sum of RGB (Red+Green+Blue) = 235+230+230=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 230 (90.23% from 255 or 33.09% from 695); Blue value is 230 (90.23% from 255 or 33.09% from 695); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE6E6 is #141919. Grayscale: #E7E7E7. Windows color (decimal): -1317146 or 15132395. OLE color: 15132395.
HSL color Cylindrical-coordinate representation of color #EBE6E6: hue angle of 0º degrees, saturation: 0.11, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBE6E6 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 230 | 230 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.08 |
| HSL | 0º | 0.11% | 0.91% | - |
| HSV(B) | 0º | 0.02% | 0.92% | - |
| XYZ | 76.84 | 79.97 | 86.25 | - |
| YUV | 231.5 | 127.16 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 230 | 230 | 0 | 0.02 | 0.02 | 0.08 | 0 | 0.11 | 0.91 |
| Hex | EB | E6 | E6 | 0 | 2 | 2 | 8 | 0 | B | 5B |
| Octal | 353 | 346 | 346 | 0 | 2 | 2 | 10 | 0 | 13 | 133 |
| Binary | 11101011 | 11100110 | 11100110 | 0 | 10 | 10 | 1000 | 0 | 1011 | 1011011 |
Color Harmonies of #EBE6E6
Complementary color
Monochromatic Colors of #EBE6E6
Black with #EBE6E6
Text Example
Text Example
White with #EBE6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE6E6; }
p { color: rgb(235,230,230); }
H1.HeaderClassName
{
color: #EBE6E6;
}
.AnyTagClassName
{
color: #EBE6E6;
}
</style>
background-color css
<style>
a { background-color: #EBE6E6; }
a { background-color: rgb(235,230,230); }
div.DivClassName
{
background-color: #EBE6E6;
}
.BgClassName
{
background-color: #EBE6E6;
}
</style>
border-color css
<style>
span { border-color: #EBE6E6; }
span { border-color: rgb(235,230,230); }
td.TdClassName
{
border-color: #EBE6E6;
}
.TagClassName
{
border-color: #EBE6E6;
}
</style>