Shades of Cavern Pink #DFB2AD
Tints of Cavern Pink #DFB2AD
RGB
CMYK
RGB Variations
Color information
#DFB2AD (or 0xDFB2AD) is known color: Cavern Pink. HEX triplet: DF, B2 and AD. RGB value is (223,178,173). Sum of RGB (Red+Green+Blue) = 223+178+173=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB2AD is #204D52. Grayscale: #BEBEBE. Windows color (decimal): -2116947 or 11383519. OLE color: 11383519.
HSL color Cylindrical-coordinate representation of color #DFB2AD: hue angle of 6º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFB2AD is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 173 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.13 |
| HSL | 6º | 0.44% | 0.78% | - |
| HSV(B) | 6º | 0.22% | 0.87% | - |
| XYZ | 53.89 | 50.55 | 46.45 | - |
| YUV | 190.89 | 117.91 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 173 | 0 | 0.20 | 0.22 | 0.13 | 6 | 0.44 | 0.78 |
| Hex | DF | B2 | AD | 0 | 14 | 16 | D | 6 | 2C | 4E |
| Octal | 337 | 262 | 255 | 0 | 24 | 26 | 15 | 6 | 54 | 116 |
| Binary | 11011111 | 10110010 | 10101101 | 0 | 10100 | 10110 | 1101 | 110 | 101100 | 1001110 |
Color Harmonies of #DFB2AD
Complementary color
Monochromatic Colors of #DFB2AD
Black with #DFB2AD
Text Example
Text Example
White with #DFB2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB2AD; }
p { color: rgb(223,178,173); }
H1.HeaderClassName
{
color: #DFB2AD;
}
.AnyTagClassName
{
color: #DFB2AD;
}
</style>
background-color css
<style>
a { background-color: #DFB2AD; }
a { background-color: rgb(223,178,173); }
div.DivClassName
{
background-color: #DFB2AD;
}
.BgClassName
{
background-color: #DFB2AD;
}
</style>
border-color css
<style>
span { border-color: #DFB2AD; }
span { border-color: rgb(223,178,173); }
td.TdClassName
{
border-color: #DFB2AD;
}
.TagClassName
{
border-color: #DFB2AD;
}
</style>