Shades of Cavern Pink #DFBEBE
Tints of Cavern Pink #DFBEBE
RGB
CMYK
RGB Variations
Color information
#DFBEBE (or 0xDFBEBE) is known color: Cavern Pink. HEX triplet: DF, BE and BE. RGB value is (223,190,190). Sum of RGB (Red+Green+Blue) = 223+190+190=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBEBE is #204141. Grayscale: #C7C7C7. Windows color (decimal): -2113858 or 12500703. OLE color: 12500703.
HSL color Cylindrical-coordinate representation of color #DFBEBE: hue angle of 0º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFBEBE is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 190 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.13 |
| HSL | 0º | 0.34% | 0.81% | - |
| HSV(B) | 0º | 0.15% | 0.87% | - |
| XYZ | 58.14 | 56.23 | 56.5 | - |
| YUV | 199.87 | 122.43 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 190 | 0 | 0.15 | 0.15 | 0.13 | 0 | 0.34 | 0.81 |
| Hex | DF | BE | BE | 0 | F | F | D | 0 | 22 | 51 |
| Octal | 337 | 276 | 276 | 0 | 17 | 17 | 15 | 0 | 42 | 121 |
| Binary | 11011111 | 10111110 | 10111110 | 0 | 1111 | 1111 | 1101 | 0 | 100010 | 1010001 |
Color Harmonies of #DFBEBE
Complementary color
Monochromatic Colors of #DFBEBE
Black with #DFBEBE
Text Example
Text Example
White with #DFBEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBEBE; }
p { color: rgb(223,190,190); }
H1.HeaderClassName
{
color: #DFBEBE;
}
.AnyTagClassName
{
color: #DFBEBE;
}
</style>
background-color css
<style>
a { background-color: #DFBEBE; }
a { background-color: rgb(223,190,190); }
div.DivClassName
{
background-color: #DFBEBE;
}
.BgClassName
{
background-color: #DFBEBE;
}
</style>
border-color css
<style>
span { border-color: #DFBEBE; }
span { border-color: rgb(223,190,190); }
td.TdClassName
{
border-color: #DFBEBE;
}
.TagClassName
{
border-color: #DFBEBE;
}
</style>