Shades of Cavern Pink #DFB5B2
Tints of Cavern Pink #DFB5B2
RGB
CMYK
RGB Variations
Color information
#DFB5B2 (or 0xDFB5B2) is known color: Cavern Pink. HEX triplet: DF, B5 and B2. RGB value is (223,181,178). Sum of RGB (Red+Green+Blue) = 223+181+178=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 178 (69.92% from 255 or 30.58% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB5B2 is #204A4D. Grayscale: #C1C1C1. Windows color (decimal): -2116174 or 11711967. OLE color: 11711967.
HSL color Cylindrical-coordinate representation of color #DFB5B2: hue angle of 4º 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 #DFB5B2 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 181 | 178 | - |
CMYK | 0 | 0.19 | 0.20 | 0.13 |
HSL | 4º | 0.41% | 0.79% | - |
HSV(B) | 4º | 0.2% | 0.87% | - |
XYZ | 54.99 | 51.95 | 49.25 | - |
YUV | 193.22 | 119.41 | 149.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 181 | 178 | 0 | 0.19 | 0.20 | 0.13 | 4 | 0.41 | 0.79 |
Hex | DF | B5 | B2 | 0 | 13 | 14 | D | 4 | 29 | 4F |
Octal | 337 | 265 | 262 | 0 | 23 | 24 | 15 | 4 | 51 | 117 |
Binary | 11011111 | 10110101 | 10110010 | 0 | 10011 | 10100 | 1101 | 100 | 101001 | 1001111 |
Color Harmonies of #DFB5B2
Complementary color
Monochromatic Colors of #DFB5B2
Black with #DFB5B2
Text Example
Text Example
White with #DFB5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB5B2; }
p { color: rgb(223,181,178); }
H1.HeaderClassName
{
color: #DFB5B2;
}
.AnyTagClassName
{
color: #DFB5B2;
}
</style>
background-color css
<style>
a { background-color: #DFB5B2; }
a { background-color: rgb(223,181,178); }
div.DivClassName
{
background-color: #DFB5B2;
}
.BgClassName
{
background-color: #DFB5B2;
}
</style>
border-color css
<style>
span { border-color: #DFB5B2; }
span { border-color: rgb(223,181,178); }
td.TdClassName
{
border-color: #DFB5B2;
}
.TagClassName
{
border-color: #DFB5B2;
}
</style>