Shades of Cavern Pink #DFBEBC
Tints of Cavern Pink #DFBEBC
RGB
CMYK
RGB Variations
Color information
#DFBEBC (or 0xDFBEBC) is known color: Cavern Pink. HEX triplet: DF, BE and BC. RGB value is (223,190,188). Sum of RGB (Red+Green+Blue) = 223+190+188=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBEBC is #204143. Grayscale: #C7C7C7. Windows color (decimal): -2113860 or 12369631. OLE color: 12369631.
HSL color Cylindrical-coordinate representation of color #DFBEBC: hue angle of 3.43º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFBEBC is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 188 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.13 |
| HSL | 3.43º | 0.35% | 0.81% | - |
| HSV(B) | 3.43º | 0.16% | 0.87% | - |
| XYZ | 57.92 | 56.15 | 55.36 | - |
| YUV | 199.64 | 121.43 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 188 | 0 | 0.15 | 0.16 | 0.13 | 3.43 | 0.35 | 0.81 |
| Hex | DF | BE | BC | 0 | F | 10 | D | 3 | 23 | 51 |
| Octal | 337 | 276 | 274 | 0 | 17 | 20 | 15 | 3 | 43 | 121 |
| Binary | 11011111 | 10111110 | 10111100 | 0 | 1111 | 10000 | 1101 | 11 | 100011 | 1010001 |
Color Harmonies of #DFBEBC
Complementary color
Monochromatic Colors of #DFBEBC
Black with #DFBEBC
Text Example
Text Example
White with #DFBEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBEBC; }
p { color: rgb(223,190,188); }
H1.HeaderClassName
{
color: #DFBEBC;
}
.AnyTagClassName
{
color: #DFBEBC;
}
</style>
background-color css
<style>
a { background-color: #DFBEBC; }
a { background-color: rgb(223,190,188); }
div.DivClassName
{
background-color: #DFBEBC;
}
.BgClassName
{
background-color: #DFBEBC;
}
</style>
border-color css
<style>
span { border-color: #DFBEBC; }
span { border-color: rgb(223,190,188); }
td.TdClassName
{
border-color: #DFBEBC;
}
.TagClassName
{
border-color: #DFBEBC;
}
</style>