Shades of Cavern Pink #DFBCB2
Tints of Cavern Pink #DFBCB2
RGB
CMYK
RGB Variations
Color information
#DFBCB2 (or 0xDFBCB2) is known color: Cavern Pink. HEX triplet: DF, BC and B2. RGB value is (223,188,178). Sum of RGB (Red+Green+Blue) = 223+188+178=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBCB2 is #20434D. Grayscale: #C5C5C5. Windows color (decimal): -2114382 or 11713759. OLE color: 11713759.
HSL color Cylindrical-coordinate representation of color #DFBCB2: hue angle of 13.33º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFBCB2 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 188 | 178 | - |
CMYK | 0 | 0.16 | 0.20 | 0.13 |
HSL | 13.33º | 0.41% | 0.79% | - |
HSV(B) | 13.33º | 0.2% | 0.87% | - |
XYZ | 56.45 | 54.87 | 49.73 | - |
YUV | 197.33 | 117.1 | 146.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 188 | 178 | 0 | 0.16 | 0.20 | 0.13 | 13.33 | 0.41 | 0.79 |
Hex | DF | BC | B2 | 0 | 10 | 14 | D | D | 29 | 4F |
Octal | 337 | 274 | 262 | 0 | 20 | 24 | 15 | 15 | 51 | 117 |
Binary | 11011111 | 10111100 | 10110010 | 0 | 10000 | 10100 | 1101 | 1101 | 101001 | 1001111 |
Color Harmonies of #DFBCB2
Complementary color
Monochromatic Colors of #DFBCB2
Black with #DFBCB2
Text Example
Text Example
White with #DFBCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBCB2; }
p { color: rgb(223,188,178); }
H1.HeaderClassName
{
color: #DFBCB2;
}
.AnyTagClassName
{
color: #DFBCB2;
}
</style>
background-color css
<style>
a { background-color: #DFBCB2; }
a { background-color: rgb(223,188,178); }
div.DivClassName
{
background-color: #DFBCB2;
}
.BgClassName
{
background-color: #DFBCB2;
}
</style>
border-color css
<style>
span { border-color: #DFBCB2; }
span { border-color: rgb(223,188,178); }
td.TdClassName
{
border-color: #DFBCB2;
}
.TagClassName
{
border-color: #DFBCB2;
}
</style>