Shades of Cavern Pink #E3BDB2
Tints of Cavern Pink #E3BDB2
RGB
CMYK
RGB Variations
Color information
#E3BDB2 (or 0xE3BDB2) is known color: Cavern Pink. HEX triplet: E3, BD and B2. RGB value is (227,189,178). Sum of RGB (Red+Green+Blue) = 227+189+178=594 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.22% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 178 (69.92% from 255 or 29.97% from 594); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BDB2 is #1C424D. Grayscale: #C7C7C7. Windows color (decimal): -1851982 or 11714019. OLE color: 11714019.
HSL color Cylindrical-coordinate representation of color #E3BDB2: hue angle of 13.47º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E3BDB2 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 189 | 178 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.11 |
| HSL | 13.47º | 0.47% | 0.79% | - |
| HSV(B) | 13.47º | 0.22% | 0.89% | - |
| XYZ | 57.91 | 55.94 | 49.86 | - |
| YUV | 199.11 | 116.09 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 178 | 0 | 0.17 | 0.22 | 0.11 | 13.47 | 0.47 | 0.79 |
| Hex | E3 | BD | B2 | 0 | 11 | 16 | B | D | 2F | 4F |
| Octal | 343 | 275 | 262 | 0 | 21 | 26 | 13 | 15 | 57 | 117 |
| Binary | 11100011 | 10111101 | 10110010 | 0 | 10001 | 10110 | 1011 | 1101 | 101111 | 1001111 |
Color Harmonies of #E3BDB2
Complementary color
Monochromatic Colors of #E3BDB2
Black with #E3BDB2
Text Example
Text Example
White with #E3BDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BDB2; }
p { color: rgb(227,189,178); }
H1.HeaderClassName
{
color: #E3BDB2;
}
.AnyTagClassName
{
color: #E3BDB2;
}
</style>
background-color css
<style>
a { background-color: #E3BDB2; }
a { background-color: rgb(227,189,178); }
div.DivClassName
{
background-color: #E3BDB2;
}
.BgClassName
{
background-color: #E3BDB2;
}
</style>
border-color css
<style>
span { border-color: #E3BDB2; }
span { border-color: rgb(227,189,178); }
td.TdClassName
{
border-color: #E3BDB2;
}
.TagClassName
{
border-color: #E3BDB2;
}
</style>