Shades of Cavern Pink #DCBEBE
Tints of Cavern Pink #DCBEBE
RGB
CMYK
RGB Variations
Color information
#DCBEBE (or 0xDCBEBE) is known color: Cavern Pink. HEX triplet: DC, BE and BE. RGB value is (220,190,190). Sum of RGB (Red+Green+Blue) = 220+190+190=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEBE is #234141. Grayscale: #C7C7C7. Windows color (decimal): -2310466 or 12500700. OLE color: 12500700.
HSL color Cylindrical-coordinate representation of color #DCBEBE: hue angle of 0º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCBEBE is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 190 | 190 | - |
CMYK | 0 | 0.14 | 0.14 | 0.14 |
HSL | 0º | 0.3% | 0.8% | - |
HSV(B) | 0º | 0.14% | 0.86% | - |
XYZ | 57.22 | 55.76 | 56.46 | - |
YUV | 198.97 | 122.94 | 143 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 190 | 190 | 0 | 0.14 | 0.14 | 0.14 | 0 | 0.3 | 0.8 |
Hex | DC | BE | BE | 0 | E | E | E | 0 | 1E | 50 |
Octal | 334 | 276 | 276 | 0 | 16 | 16 | 16 | 0 | 36 | 120 |
Binary | 11011100 | 10111110 | 10111110 | 0 | 1110 | 1110 | 1110 | 0 | 11110 | 1010000 |
Color Harmonies of #DCBEBE
Complementary color
Monochromatic Colors of #DCBEBE
Black with #DCBEBE
Text Example
Text Example
White with #DCBEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEBE; }
p { color: rgb(220,190,190); }
H1.HeaderClassName
{
color: #DCBEBE;
}
.AnyTagClassName
{
color: #DCBEBE;
}
</style>
background-color css
<style>
a { background-color: #DCBEBE; }
a { background-color: rgb(220,190,190); }
div.DivClassName
{
background-color: #DCBEBE;
}
.BgClassName
{
background-color: #DCBEBE;
}
</style>
border-color css
<style>
span { border-color: #DCBEBE; }
span { border-color: rgb(220,190,190); }
td.TdClassName
{
border-color: #DCBEBE;
}
.TagClassName
{
border-color: #DCBEBE;
}
</style>