Shades of Cavern Pink #E2BDB7
Tints of Cavern Pink #E2BDB7
RGB
CMYK
RGB Variations
Color information
#E2BDB7 (or 0xE2BDB7) is known color: Cavern Pink. HEX triplet: E2, BD and B7. RGB value is (226,189,183). Sum of RGB (Red+Green+Blue) = 226+189+183=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 183 (71.88% from 255 or 30.60% from 598); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BDB7 is #1D4248. Grayscale: #C7C7C7. Windows color (decimal): -1917513 or 12041698. OLE color: 12041698.
HSL color Cylindrical-coordinate representation of color #E2BDB7: hue angle of 8.37º degrees, saturation: 0.43, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2BDB7 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 189 | 183 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.11 |
| HSL | 8.37º | 0.43% | 0.8% | - |
| HSV(B) | 8.37º | 0.19% | 0.89% | - |
| XYZ | 58.11 | 55.98 | 52.54 | - |
| YUV | 199.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 183 | 0 | 0.16 | 0.19 | 0.11 | 8.37 | 0.43 | 0.8 |
| Hex | E2 | BD | B7 | 0 | 10 | 13 | B | 8 | 2B | 50 |
| Octal | 342 | 275 | 267 | 0 | 20 | 23 | 13 | 10 | 53 | 120 |
| Binary | 11100010 | 10111101 | 10110111 | 0 | 10000 | 10011 | 1011 | 1000 | 101011 | 1010000 |
Color Harmonies of #E2BDB7
Complementary color
Monochromatic Colors of #E2BDB7
Black with #E2BDB7
Text Example
Text Example
White with #E2BDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BDB7; }
p { color: rgb(226,189,183); }
H1.HeaderClassName
{
color: #E2BDB7;
}
.AnyTagClassName
{
color: #E2BDB7;
}
</style>
background-color css
<style>
a { background-color: #E2BDB7; }
a { background-color: rgb(226,189,183); }
div.DivClassName
{
background-color: #E2BDB7;
}
.BgClassName
{
background-color: #E2BDB7;
}
</style>
border-color css
<style>
span { border-color: #E2BDB7; }
span { border-color: rgb(226,189,183); }
td.TdClassName
{
border-color: #E2BDB7;
}
.TagClassName
{
border-color: #E2BDB7;
}
</style>