Shades of Cavern Pink #DFB8AE
Tints of Cavern Pink #DFB8AE
RGB
CMYK
RGB Variations
Color information
#DFB8AE (or 0xDFB8AE) is known color: Cavern Pink. HEX triplet: DF, B8 and AE. RGB value is (223,184,174). Sum of RGB (Red+Green+Blue) = 223+184+174=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB8AE is #204751. Grayscale: #C2C2C2. Windows color (decimal): -2115410 or 11450591. OLE color: 11450591.
HSL color Cylindrical-coordinate representation of color #DFB8AE: hue angle of 12.24º degrees, saturation: 0.43, 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 #DFB8AE is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 174 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.13 |
| HSL | 12.24º | 0.43% | 0.78% | - |
| HSV(B) | 12.24º | 0.22% | 0.87% | - |
| XYZ | 55.21 | 53.02 | 47.37 | - |
| YUV | 194.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 174 | 0 | 0.17 | 0.22 | 0.13 | 12.24 | 0.43 | 0.78 |
| Hex | DF | B8 | AE | 0 | 11 | 16 | D | C | 2B | 4E |
| Octal | 337 | 270 | 256 | 0 | 21 | 26 | 15 | 14 | 53 | 116 |
| Binary | 11011111 | 10111000 | 10101110 | 0 | 10001 | 10110 | 1101 | 1100 | 101011 | 1001110 |
Color Harmonies of #DFB8AE
Complementary color
Monochromatic Colors of #DFB8AE
Black with #DFB8AE
Text Example
Text Example
White with #DFB8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB8AE; }
p { color: rgb(223,184,174); }
H1.HeaderClassName
{
color: #DFB8AE;
}
.AnyTagClassName
{
color: #DFB8AE;
}
</style>
background-color css
<style>
a { background-color: #DFB8AE; }
a { background-color: rgb(223,184,174); }
div.DivClassName
{
background-color: #DFB8AE;
}
.BgClassName
{
background-color: #DFB8AE;
}
</style>
border-color css
<style>
span { border-color: #DFB8AE; }
span { border-color: rgb(223,184,174); }
td.TdClassName
{
border-color: #DFB8AE;
}
.TagClassName
{
border-color: #DFB8AE;
}
</style>