Shades of Cavern Pink #DFB6AF
Tints of Cavern Pink #DFB6AF
RGB
CMYK
RGB Variations
Color information
#DFB6AF (or 0xDFB6AF) is known color: Cavern Pink. HEX triplet: DF, B6 and AF. RGB value is (223,182,175). Sum of RGB (Red+Green+Blue) = 223+182+175=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 182 (71.48% from 255 or 31.38% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB6AF is #204950. Grayscale: #C1C1C1. Windows color (decimal): -2115921 or 11515615. OLE color: 11515615.
HSL color Cylindrical-coordinate representation of color #DFB6AF: hue angle of 8.75º 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 #DFB6AF is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 182 | 175 | - |
CMYK | 0 | 0.18 | 0.22 | 0.13 |
HSL | 8.75º | 0.43% | 0.78% | - |
HSV(B) | 8.75º | 0.22% | 0.87% | - |
XYZ | 54.9 | 52.24 | 47.75 | - |
YUV | 193.46 | 117.58 | 149.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 182 | 175 | 0 | 0.18 | 0.22 | 0.13 | 8.75 | 0.43 | 0.78 |
Hex | DF | B6 | AF | 0 | 12 | 16 | D | 9 | 2B | 4E |
Octal | 337 | 266 | 257 | 0 | 22 | 26 | 15 | 11 | 53 | 116 |
Binary | 11011111 | 10110110 | 10101111 | 0 | 10010 | 10110 | 1101 | 1001 | 101011 | 1001110 |
Color Harmonies of #DFB6AF
Complementary color
Monochromatic Colors of #DFB6AF
Black with #DFB6AF
Text Example
Text Example
White with #DFB6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB6AF; }
p { color: rgb(223,182,175); }
H1.HeaderClassName
{
color: #DFB6AF;
}
.AnyTagClassName
{
color: #DFB6AF;
}
</style>
background-color css
<style>
a { background-color: #DFB6AF; }
a { background-color: rgb(223,182,175); }
div.DivClassName
{
background-color: #DFB6AF;
}
.BgClassName
{
background-color: #DFB6AF;
}
</style>
border-color css
<style>
span { border-color: #DFB6AF; }
span { border-color: rgb(223,182,175); }
td.TdClassName
{
border-color: #DFB6AF;
}
.TagClassName
{
border-color: #DFB6AF;
}
</style>