Shades of Cavern Pink #DFBFB4
Tints of Cavern Pink #DFBFB4
RGB
CMYK
RGB Variations
Color information
#DFBFB4 (or 0xDFBFB4) is known color: Cavern Pink. HEX triplet: DF, BF and B4. RGB value is (223,191,180). Sum of RGB (Red+Green+Blue) = 223+191+180=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 180 (70.70% from 255 or 30.30% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFB4 is #20404B. Grayscale: #C7C7C7. Windows color (decimal): -2113612 or 11845599. OLE color: 11845599.
HSL color Cylindrical-coordinate representation of color #DFBFB4: hue angle of 15.35º 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 #DFBFB4 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 191 | 180 | - |
CMYK | 0 | 0.14 | 0.19 | 0.13 |
HSL | 15.35º | 0.4% | 0.79% | - |
HSV(B) | 15.35º | 0.19% | 0.87% | - |
XYZ | 57.3 | 56.24 | 51.02 | - |
YUV | 199.31 | 117.1 | 144.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 191 | 180 | 0 | 0.14 | 0.19 | 0.13 | 15.35 | 0.4 | 0.79 |
Hex | DF | BF | B4 | 0 | E | 13 | D | F | 28 | 4F |
Octal | 337 | 277 | 264 | 0 | 16 | 23 | 15 | 17 | 50 | 117 |
Binary | 11011111 | 10111111 | 10110100 | 0 | 1110 | 10011 | 1101 | 1111 | 101000 | 1001111 |
Color Harmonies of #DFBFB4
Complementary color
Monochromatic Colors of #DFBFB4
Black with #DFBFB4
Text Example
Text Example
White with #DFBFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFB4; }
p { color: rgb(223,191,180); }
H1.HeaderClassName
{
color: #DFBFB4;
}
.AnyTagClassName
{
color: #DFBFB4;
}
</style>
background-color css
<style>
a { background-color: #DFBFB4; }
a { background-color: rgb(223,191,180); }
div.DivClassName
{
background-color: #DFBFB4;
}
.BgClassName
{
background-color: #DFBFB4;
}
</style>
border-color css
<style>
span { border-color: #DFBFB4; }
span { border-color: rgb(223,191,180); }
td.TdClassName
{
border-color: #DFBFB4;
}
.TagClassName
{
border-color: #DFBFB4;
}
</style>