Shades of Cavern Pink #DFC1BF
Tints of Cavern Pink #DFC1BF
RGB
CMYK
RGB Variations
Color information
#DFC1BF (or 0xDFC1BF) is known color: Cavern Pink. HEX triplet: DF, C1 and BF. RGB value is (223,193,191). Sum of RGB (Red+Green+Blue) = 223+193+191=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1BF is #203E40. Grayscale: #C9C9C9. Windows color (decimal): -2113089 or 12567007. OLE color: 12567007.
HSL color Cylindrical-coordinate representation of color #DFC1BF: hue angle of 3.75º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFC1BF is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 191 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.13 |
| HSL | 3.75º | 0.33% | 0.81% | - |
| HSV(B) | 3.75º | 0.14% | 0.87% | - |
| XYZ | 58.91 | 57.59 | 57.3 | - |
| YUV | 201.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 191 | 0 | 0.13 | 0.14 | 0.13 | 3.75 | 0.33 | 0.81 |
| Hex | DF | C1 | BF | 0 | D | E | D | 4 | 21 | 51 |
| Octal | 337 | 301 | 277 | 0 | 15 | 16 | 15 | 4 | 41 | 121 |
| Binary | 11011111 | 11000001 | 10111111 | 0 | 1101 | 1110 | 1101 | 100 | 100001 | 1010001 |
Color Harmonies of #DFC1BF
Complementary color
Monochromatic Colors of #DFC1BF
Black with #DFC1BF
Text Example
Text Example
White with #DFC1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC1BF; }
p { color: rgb(223,193,191); }
H1.HeaderClassName
{
color: #DFC1BF;
}
.AnyTagClassName
{
color: #DFC1BF;
}
</style>
background-color css
<style>
a { background-color: #DFC1BF; }
a { background-color: rgb(223,193,191); }
div.DivClassName
{
background-color: #DFC1BF;
}
.BgClassName
{
background-color: #DFC1BF;
}
</style>
border-color css
<style>
span { border-color: #DFC1BF; }
span { border-color: rgb(223,193,191); }
td.TdClassName
{
border-color: #DFC1BF;
}
.TagClassName
{
border-color: #DFC1BF;
}
</style>