Shades of Cavern Pink #DFB6B5
Tints of Cavern Pink #DFB6B5
RGB
CMYK
RGB Variations
Color information
#DFB6B5 (or 0xDFB6B5) is known color: Cavern Pink. HEX triplet: DF, B6 and B5. RGB value is (223,182,181). Sum of RGB (Red+Green+Blue) = 223+182+181=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 182 (71.48% from 255 or 31.06% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6B5 is #20494A. Grayscale: #C2C2C2. Windows color (decimal): -2115915 or 11908831. OLE color: 11908831.
HSL color Cylindrical-coordinate representation of color #DFB6B5: hue angle of 1.43º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFB6B5 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 181 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.13 |
| HSL | 1.43º | 0.4% | 0.79% | - |
| HSV(B) | 1.43º | 0.19% | 0.87% | - |
| XYZ | 55.5 | 52.48 | 50.92 | - |
| YUV | 194.15 | 120.58 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 181 | 0 | 0.18 | 0.19 | 0.13 | 1.43 | 0.4 | 0.79 |
| Hex | DF | B6 | B5 | 0 | 12 | 13 | D | 1 | 28 | 4F |
| Octal | 337 | 266 | 265 | 0 | 22 | 23 | 15 | 1 | 50 | 117 |
| Binary | 11011111 | 10110110 | 10110101 | 0 | 10010 | 10011 | 1101 | 1 | 101000 | 1001111 |
Color Harmonies of #DFB6B5
Complementary color
Monochromatic Colors of #DFB6B5
Black with #DFB6B5
Text Example
Text Example
White with #DFB6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB6B5; }
p { color: rgb(223,182,181); }
H1.HeaderClassName
{
color: #DFB6B5;
}
.AnyTagClassName
{
color: #DFB6B5;
}
</style>
background-color css
<style>
a { background-color: #DFB6B5; }
a { background-color: rgb(223,182,181); }
div.DivClassName
{
background-color: #DFB6B5;
}
.BgClassName
{
background-color: #DFB6B5;
}
</style>
border-color css
<style>
span { border-color: #DFB6B5; }
span { border-color: rgb(223,182,181); }
td.TdClassName
{
border-color: #DFB6B5;
}
.TagClassName
{
border-color: #DFB6B5;
}
</style>