Shades of Cavern Pink #DFAFAB
Tints of Cavern Pink #DFAFAB
RGB
CMYK
RGB Variations
Color information
#DFAFAB (or 0xDFAFAB) is known color: Cavern Pink. HEX triplet: DF, AF and AB. RGB value is (223,175,171). Sum of RGB (Red+Green+Blue) = 223+175+171=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAFAB is #205054. Grayscale: #BCBCBC. Windows color (decimal): -2117717 or 11251679. OLE color: 11251679.
HSL color Cylindrical-coordinate representation of color #DFAFAB: hue angle of 4.62º 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 #DFAFAB is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 171 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.13 |
| HSL | 4.62º | 0.45% | 0.77% | - |
| HSV(B) | 4.62º | 0.23% | 0.87% | - |
| XYZ | 53.11 | 49.29 | 45.24 | - |
| YUV | 188.9 | 117.9 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 171 | 0 | 0.22 | 0.23 | 0.13 | 4.62 | 0.45 | 0.77 |
| Hex | DF | AF | AB | 0 | 16 | 17 | D | 5 | 2D | 4D |
| Octal | 337 | 257 | 253 | 0 | 26 | 27 | 15 | 5 | 55 | 115 |
| Binary | 11011111 | 10101111 | 10101011 | 0 | 10110 | 10111 | 1101 | 101 | 101101 | 1001101 |
Color Harmonies of #DFAFAB
Complementary color
Monochromatic Colors of #DFAFAB
Black with #DFAFAB
Text Example
Text Example
White with #DFAFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAFAB; }
p { color: rgb(223,175,171); }
H1.HeaderClassName
{
color: #DFAFAB;
}
.AnyTagClassName
{
color: #DFAFAB;
}
</style>
background-color css
<style>
a { background-color: #DFAFAB; }
a { background-color: rgb(223,175,171); }
div.DivClassName
{
background-color: #DFAFAB;
}
.BgClassName
{
background-color: #DFAFAB;
}
</style>
border-color css
<style>
span { border-color: #DFAFAB; }
span { border-color: rgb(223,175,171); }
td.TdClassName
{
border-color: #DFAFAB;
}
.TagClassName
{
border-color: #DFAFAB;
}
</style>