Shades of Cavern Pink #E6BDB4
Tints of Cavern Pink #E6BDB4
RGB
CMYK
RGB Variations
Color information
#E6BDB4 (or 0xE6BDB4) is known color: Cavern Pink. HEX triplet: E6, BD and B4. RGB value is (230,189,180). Sum of RGB (Red+Green+Blue) = 230+189+180=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDB4 is #19424B. Grayscale: #C8C8C8. Windows color (decimal): -1655372 or 11845094. OLE color: 11845094.
HSL color Cylindrical-coordinate representation of color #E6BDB4: hue angle of 10.8º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6BDB4 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 189 | 180 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.10 |
| HSL | 10.8º | 0.5% | 0.8% | - |
| HSV(B) | 10.8º | 0.22% | 0.9% | - |
| XYZ | 59.07 | 56.51 | 50.97 | - |
| YUV | 200.23 | 116.58 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 180 | 0 | 0.18 | 0.22 | 0.10 | 10.8 | 0.5 | 0.8 |
| Hex | E6 | BD | B4 | 0 | 12 | 16 | A | B | 32 | 50 |
| Octal | 346 | 275 | 264 | 0 | 22 | 26 | 12 | 13 | 62 | 120 |
| Binary | 11100110 | 10111101 | 10110100 | 0 | 10010 | 10110 | 1010 | 1011 | 110010 | 1010000 |
Color Harmonies of #E6BDB4
Complementary color
Monochromatic Colors of #E6BDB4
Black with #E6BDB4
Text Example
Text Example
White with #E6BDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BDB4; }
p { color: rgb(230,189,180); }
H1.HeaderClassName
{
color: #E6BDB4;
}
.AnyTagClassName
{
color: #E6BDB4;
}
</style>
background-color css
<style>
a { background-color: #E6BDB4; }
a { background-color: rgb(230,189,180); }
div.DivClassName
{
background-color: #E6BDB4;
}
.BgClassName
{
background-color: #E6BDB4;
}
</style>
border-color css
<style>
span { border-color: #E6BDB4; }
span { border-color: rgb(230,189,180); }
td.TdClassName
{
border-color: #E6BDB4;
}
.TagClassName
{
border-color: #E6BDB4;
}
</style>