Shades of Cavern Pink #DFBBB5
Tints of Cavern Pink #DFBBB5
RGB
CMYK
RGB Variations
Color information
#DFBBB5 (or 0xDFBBB5) is known color: Cavern Pink. HEX triplet: DF, BB and B5. RGB value is (223,187,181). Sum of RGB (Red+Green+Blue) = 223+187+181=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBB5 is #20444A. Grayscale: #C5C5C5. Windows color (decimal): -2114635 or 11910111. OLE color: 11910111.
HSL color Cylindrical-coordinate representation of color #DFBBB5: hue angle of 8.57º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFBBB5 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 187 | 181 | - |
CMYK | 0 | 0.16 | 0.19 | 0.13 |
HSL | 8.57º | 0.4% | 0.79% | - |
HSV(B) | 8.57º | 0.19% | 0.87% | - |
XYZ | 56.54 | 54.56 | 51.27 | - |
YUV | 197.08 | 118.93 | 146.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 187 | 181 | 0 | 0.16 | 0.19 | 0.13 | 8.57 | 0.4 | 0.79 |
Hex | DF | BB | B5 | 0 | 10 | 13 | D | 9 | 28 | 4F |
Octal | 337 | 273 | 265 | 0 | 20 | 23 | 15 | 11 | 50 | 117 |
Binary | 11011111 | 10111011 | 10110101 | 0 | 10000 | 10011 | 1101 | 1001 | 101000 | 1001111 |
Color Harmonies of #DFBBB5
Complementary color
Monochromatic Colors of #DFBBB5
Black with #DFBBB5
Text Example
Text Example
White with #DFBBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBB5; }
p { color: rgb(223,187,181); }
H1.HeaderClassName
{
color: #DFBBB5;
}
.AnyTagClassName
{
color: #DFBBB5;
}
</style>
background-color css
<style>
a { background-color: #DFBBB5; }
a { background-color: rgb(223,187,181); }
div.DivClassName
{
background-color: #DFBBB5;
}
.BgClassName
{
background-color: #DFBBB5;
}
</style>
border-color css
<style>
span { border-color: #DFBBB5; }
span { border-color: rgb(223,187,181); }
td.TdClassName
{
border-color: #DFBBB5;
}
.TagClassName
{
border-color: #DFBBB5;
}
</style>