Shades of Cavern Pink #DCBEBB
Tints of Cavern Pink #DCBEBB
RGB
CMYK
RGB Variations
Color information
#DCBEBB (or 0xDCBEBB) is known color: Cavern Pink. HEX triplet: DC, BE and BB. RGB value is (220,190,187). Sum of RGB (Red+Green+Blue) = 220+190+187=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEBB is #234144. Grayscale: #C6C6C6. Windows color (decimal): -2310469 or 12304092. OLE color: 12304092.
HSL color Cylindrical-coordinate representation of color #DCBEBB: hue angle of 5.45º degrees, saturation: 0.32, 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 #DCBEBB is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 187 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.14 |
| HSL | 5.45º | 0.32% | 0.8% | - |
| HSV(B) | 5.45º | 0.15% | 0.86% | - |
| XYZ | 56.9 | 55.63 | 54.75 | - |
| YUV | 198.63 | 121.44 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 187 | 0 | 0.14 | 0.15 | 0.14 | 5.45 | 0.32 | 0.8 |
| Hex | DC | BE | BB | 0 | E | F | E | 5 | 20 | 50 |
| Octal | 334 | 276 | 273 | 0 | 16 | 17 | 16 | 5 | 40 | 120 |
| Binary | 11011100 | 10111110 | 10111011 | 0 | 1110 | 1111 | 1110 | 101 | 100000 | 1010000 |
Color Harmonies of #DCBEBB
Complementary color
Monochromatic Colors of #DCBEBB
Black with #DCBEBB
Text Example
Text Example
White with #DCBEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEBB; }
p { color: rgb(220,190,187); }
H1.HeaderClassName
{
color: #DCBEBB;
}
.AnyTagClassName
{
color: #DCBEBB;
}
</style>
background-color css
<style>
a { background-color: #DCBEBB; }
a { background-color: rgb(220,190,187); }
div.DivClassName
{
background-color: #DCBEBB;
}
.BgClassName
{
background-color: #DCBEBB;
}
</style>
border-color css
<style>
span { border-color: #DCBEBB; }
span { border-color: rgb(220,190,187); }
td.TdClassName
{
border-color: #DCBEBB;
}
.TagClassName
{
border-color: #DCBEBB;
}
</style>