Shades of Cavern Pink #DFBEBB
Tints of Cavern Pink #DFBEBB
RGB
CMYK
RGB Variations
Color information
#DFBEBB (or 0xDFBEBB) is known color: Cavern Pink. HEX triplet: DF, BE and BB. RGB value is (223,190,187). Sum of RGB (Red+Green+Blue) = 223+190+187=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBEBB is #204144. Grayscale: #C7C7C7. Windows color (decimal): -2113861 or 12304095. OLE color: 12304095.
HSL color Cylindrical-coordinate representation of color #DFBEBB: hue angle of 5º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFBEBB is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 187 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.13 |
| HSL | 5º | 0.36% | 0.8% | - |
| HSV(B) | 5º | 0.16% | 0.87% | - |
| XYZ | 57.81 | 56.1 | 54.8 | - |
| YUV | 199.53 | 120.93 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 187 | 0 | 0.15 | 0.16 | 0.13 | 5 | 0.36 | 0.8 |
| Hex | DF | BE | BB | 0 | F | 10 | D | 5 | 24 | 50 |
| Octal | 337 | 276 | 273 | 0 | 17 | 20 | 15 | 5 | 44 | 120 |
| Binary | 11011111 | 10111110 | 10111011 | 0 | 1111 | 10000 | 1101 | 101 | 100100 | 1010000 |
Color Harmonies of #DFBEBB
Complementary color
Monochromatic Colors of #DFBEBB
Black with #DFBEBB
Text Example
Text Example
White with #DFBEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBEBB; }
p { color: rgb(223,190,187); }
H1.HeaderClassName
{
color: #DFBEBB;
}
.AnyTagClassName
{
color: #DFBEBB;
}
</style>
background-color css
<style>
a { background-color: #DFBEBB; }
a { background-color: rgb(223,190,187); }
div.DivClassName
{
background-color: #DFBEBB;
}
.BgClassName
{
background-color: #DFBEBB;
}
</style>
border-color css
<style>
span { border-color: #DFBEBB; }
span { border-color: rgb(223,190,187); }
td.TdClassName
{
border-color: #DFBEBB;
}
.TagClassName
{
border-color: #DFBEBB;
}
</style>