Shades of Cavern Pink #DFBDB6
Tints of Cavern Pink #DFBDB6
RGB
CMYK
RGB Variations
Color information
#DFBDB6 (or 0xDFBDB6) is known color: Cavern Pink. HEX triplet: DF, BD and B6. RGB value is (223,189,182). Sum of RGB (Red+Green+Blue) = 223+189+182=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 182 (71.48% from 255 or 30.64% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDB6 is #204249. Grayscale: #C6C6C6. Windows color (decimal): -2114122 or 11976159. OLE color: 11976159.
HSL color Cylindrical-coordinate representation of color #DFBDB6: hue angle of 10.24º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFBDB6 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 182 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.13 |
| HSL | 10.24º | 0.39% | 0.79% | - |
| HSV(B) | 10.24º | 0.18% | 0.87% | - |
| XYZ | 57.07 | 55.46 | 51.95 | - |
| YUV | 198.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 182 | 0 | 0.15 | 0.18 | 0.13 | 10.24 | 0.39 | 0.79 |
| Hex | DF | BD | B6 | 0 | F | 12 | D | A | 27 | 4F |
| Octal | 337 | 275 | 266 | 0 | 17 | 22 | 15 | 12 | 47 | 117 |
| Binary | 11011111 | 10111101 | 10110110 | 0 | 1111 | 10010 | 1101 | 1010 | 100111 | 1001111 |
Color Harmonies of #DFBDB6
Complementary color
Monochromatic Colors of #DFBDB6
Black with #DFBDB6
Text Example
Text Example
White with #DFBDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDB6; }
p { color: rgb(223,189,182); }
H1.HeaderClassName
{
color: #DFBDB6;
}
.AnyTagClassName
{
color: #DFBDB6;
}
</style>
background-color css
<style>
a { background-color: #DFBDB6; }
a { background-color: rgb(223,189,182); }
div.DivClassName
{
background-color: #DFBDB6;
}
.BgClassName
{
background-color: #DFBDB6;
}
</style>
border-color css
<style>
span { border-color: #DFBDB6; }
span { border-color: rgb(223,189,182); }
td.TdClassName
{
border-color: #DFBDB6;
}
.TagClassName
{
border-color: #DFBDB6;
}
</style>