Shades of Cavern Pink #DCBEBA
Tints of Cavern Pink #DCBEBA
RGB
CMYK
RGB Variations
Color information
#DCBEBA (or 0xDCBEBA) is known color: Cavern Pink. HEX triplet: DC, BE and BA. RGB value is (220,190,186). Sum of RGB (Red+Green+Blue) = 220+190+186=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEBA is #234145. Grayscale: #C6C6C6. Windows color (decimal): -2310470 or 12238556. OLE color: 12238556.
HSL color Cylindrical-coordinate representation of color #DCBEBA: hue angle of 7.06º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBEBA is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 186 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.14 |
| HSL | 7.06º | 0.33% | 0.8% | - |
| HSV(B) | 7.06º | 0.15% | 0.86% | - |
| XYZ | 56.79 | 55.59 | 54.19 | - |
| YUV | 198.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 186 | 0 | 0.14 | 0.15 | 0.14 | 7.06 | 0.33 | 0.8 |
| Hex | DC | BE | BA | 0 | E | F | E | 7 | 21 | 50 |
| Octal | 334 | 276 | 272 | 0 | 16 | 17 | 16 | 7 | 41 | 120 |
| Binary | 11011100 | 10111110 | 10111010 | 0 | 1110 | 1111 | 1110 | 111 | 100001 | 1010000 |
Color Harmonies of #DCBEBA
Complementary color
Monochromatic Colors of #DCBEBA
Black with #DCBEBA
Text Example
Text Example
White with #DCBEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEBA; }
p { color: rgb(220,190,186); }
H1.HeaderClassName
{
color: #DCBEBA;
}
.AnyTagClassName
{
color: #DCBEBA;
}
</style>
background-color css
<style>
a { background-color: #DCBEBA; }
a { background-color: rgb(220,190,186); }
div.DivClassName
{
background-color: #DCBEBA;
}
.BgClassName
{
background-color: #DCBEBA;
}
</style>
border-color css
<style>
span { border-color: #DCBEBA; }
span { border-color: rgb(220,190,186); }
td.TdClassName
{
border-color: #DCBEBA;
}
.TagClassName
{
border-color: #DCBEBA;
}
</style>