Shades of Cavern Pink #DFAEAC
Tints of Cavern Pink #DFAEAC
RGB
CMYK
RGB Variations
Color information
#DFAEAC (or 0xDFAEAC) is known color: Cavern Pink. HEX triplet: DF, AE and AC. RGB value is (223,174,172). Sum of RGB (Red+Green+Blue) = 223+174+172=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAEAC is #205153. Grayscale: #BCBCBC. Windows color (decimal): -2117972 or 11316959. OLE color: 11316959.
HSL color Cylindrical-coordinate representation of color #DFAEAC: hue angle of 2.35º degrees, saturation: 0.44, 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 #DFAEAC is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 174 | 172 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.13 |
| HSL | 2.35º | 0.44% | 0.77% | - |
| HSV(B) | 2.35º | 0.23% | 0.87% | - |
| XYZ | 53.01 | 48.94 | 45.68 | - |
| YUV | 188.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 174 | 172 | 0 | 0.22 | 0.23 | 0.13 | 2.35 | 0.44 | 0.77 |
| Hex | DF | AE | AC | 0 | 16 | 17 | D | 2 | 2C | 4D |
| Octal | 337 | 256 | 254 | 0 | 26 | 27 | 15 | 2 | 54 | 115 |
| Binary | 11011111 | 10101110 | 10101100 | 0 | 10110 | 10111 | 1101 | 10 | 101100 | 1001101 |
Color Harmonies of #DFAEAC
Complementary color
Monochromatic Colors of #DFAEAC
Black with #DFAEAC
Text Example
Text Example
White with #DFAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAEAC; }
p { color: rgb(223,174,172); }
H1.HeaderClassName
{
color: #DFAEAC;
}
.AnyTagClassName
{
color: #DFAEAC;
}
</style>
background-color css
<style>
a { background-color: #DFAEAC; }
a { background-color: rgb(223,174,172); }
div.DivClassName
{
background-color: #DFAEAC;
}
.BgClassName
{
background-color: #DFAEAC;
}
</style>
border-color css
<style>
span { border-color: #DFAEAC; }
span { border-color: rgb(223,174,172); }
td.TdClassName
{
border-color: #DFAEAC;
}
.TagClassName
{
border-color: #DFAEAC;
}
</style>