Shades of Cavern Pink #DFAEAB
Tints of Cavern Pink #DFAEAB
RGB
CMYK
RGB Variations
Color information
#DFAEAB (or 0xDFAEAB) is known color: Cavern Pink. HEX triplet: DF, AE and AB. RGB value is (223,174,171). Sum of RGB (Red+Green+Blue) = 223+174+171=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAEAB is #205154. Grayscale: #BCBCBC. Windows color (decimal): -2117973 or 11251423. OLE color: 11251423.
HSL color Cylindrical-coordinate representation of color #DFAEAB: hue angle of 3.46º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFAEAB is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 174 | 171 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.13 |
| HSL | 3.46º | 0.45% | 0.77% | - |
| HSV(B) | 3.46º | 0.23% | 0.87% | - |
| XYZ | 52.92 | 48.9 | 45.18 | - |
| YUV | 188.31 | 118.23 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 174 | 171 | 0 | 0.22 | 0.23 | 0.13 | 3.46 | 0.45 | 0.77 |
| Hex | DF | AE | AB | 0 | 16 | 17 | D | 3 | 2D | 4D |
| Octal | 337 | 256 | 253 | 0 | 26 | 27 | 15 | 3 | 55 | 115 |
| Binary | 11011111 | 10101110 | 10101011 | 0 | 10110 | 10111 | 1101 | 11 | 101101 | 1001101 |
Color Harmonies of #DFAEAB
Complementary color
Monochromatic Colors of #DFAEAB
Black with #DFAEAB
Text Example
Text Example
White with #DFAEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAEAB; }
p { color: rgb(223,174,171); }
H1.HeaderClassName
{
color: #DFAEAB;
}
.AnyTagClassName
{
color: #DFAEAB;
}
</style>
background-color css
<style>
a { background-color: #DFAEAB; }
a { background-color: rgb(223,174,171); }
div.DivClassName
{
background-color: #DFAEAB;
}
.BgClassName
{
background-color: #DFAEAB;
}
</style>
border-color css
<style>
span { border-color: #DFAEAB; }
span { border-color: rgb(223,174,171); }
td.TdClassName
{
border-color: #DFAEAB;
}
.TagClassName
{
border-color: #DFAEAB;
}
</style>