Shades of Cavern Pink #DFBFB5
Tints of Cavern Pink #DFBFB5
RGB
CMYK
RGB Variations
Color information
#DFBFB5 (or 0xDFBFB5) is known color: Cavern Pink. HEX triplet: DF, BF and B5. RGB value is (223,191,181). Sum of RGB (Red+Green+Blue) = 223+191+181=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFB5 is #20404A. Grayscale: #C7C7C7. Windows color (decimal): -2113611 or 11911135. OLE color: 11911135.
HSL color Cylindrical-coordinate representation of color #DFBFB5: hue angle of 14.29º 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 #DFBFB5 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 191 | 181 | - |
CMYK | 0 | 0.14 | 0.19 | 0.13 |
HSL | 14.29º | 0.4% | 0.79% | - |
HSV(B) | 14.29º | 0.19% | 0.87% | - |
XYZ | 57.4 | 56.29 | 51.55 | - |
YUV | 199.43 | 117.6 | 144.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 191 | 181 | 0 | 0.14 | 0.19 | 0.13 | 14.29 | 0.4 | 0.79 |
Hex | DF | BF | B5 | 0 | E | 13 | D | E | 28 | 4F |
Octal | 337 | 277 | 265 | 0 | 16 | 23 | 15 | 16 | 50 | 117 |
Binary | 11011111 | 10111111 | 10110101 | 0 | 1110 | 10011 | 1101 | 1110 | 101000 | 1001111 |
Color Harmonies of #DFBFB5
Complementary color
Monochromatic Colors of #DFBFB5
Black with #DFBFB5
Text Example
Text Example
White with #DFBFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFB5; }
p { color: rgb(223,191,181); }
H1.HeaderClassName
{
color: #DFBFB5;
}
.AnyTagClassName
{
color: #DFBFB5;
}
</style>
background-color css
<style>
a { background-color: #DFBFB5; }
a { background-color: rgb(223,191,181); }
div.DivClassName
{
background-color: #DFBFB5;
}
.BgClassName
{
background-color: #DFBFB5;
}
</style>
border-color css
<style>
span { border-color: #DFBFB5; }
span { border-color: rgb(223,191,181); }
td.TdClassName
{
border-color: #DFBFB5;
}
.TagClassName
{
border-color: #DFBFB5;
}
</style>