Shades of Cavern Pink #DFBDBD
Tints of Cavern Pink #DFBDBD
RGB
CMYK
RGB Variations
Color information
#DFBDBD (or 0xDFBDBD) is known color: Cavern Pink. HEX triplet: DF, BD and BD. RGB value is (223,189,189). Sum of RGB (Red+Green+Blue) = 223+189+189=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDBD is #204242. Grayscale: #C7C7C7. Windows color (decimal): -2114115 or 12434911. OLE color: 12434911.
HSL color Cylindrical-coordinate representation of color #DFBDBD: hue angle of 0º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFBDBD is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 189 | 189 | - |
CMYK | 0 | 0.15 | 0.15 | 0.13 |
HSL | 0º | 0.35% | 0.81% | - |
HSV(B) | 0º | 0.15% | 0.87% | - |
XYZ | 57.81 | 55.76 | 55.86 | - |
YUV | 199.17 | 122.26 | 145 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 189 | 189 | 0 | 0.15 | 0.15 | 0.13 | 0 | 0.35 | 0.81 |
Hex | DF | BD | BD | 0 | F | F | D | 0 | 23 | 51 |
Octal | 337 | 275 | 275 | 0 | 17 | 17 | 15 | 0 | 43 | 121 |
Binary | 11011111 | 10111101 | 10111101 | 0 | 1111 | 1111 | 1101 | 0 | 100011 | 1010001 |
Color Harmonies of #DFBDBD
Complementary color
Monochromatic Colors of #DFBDBD
Black with #DFBDBD
Text Example
Text Example
White with #DFBDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDBD; }
p { color: rgb(223,189,189); }
H1.HeaderClassName
{
color: #DFBDBD;
}
.AnyTagClassName
{
color: #DFBDBD;
}
</style>
background-color css
<style>
a { background-color: #DFBDBD; }
a { background-color: rgb(223,189,189); }
div.DivClassName
{
background-color: #DFBDBD;
}
.BgClassName
{
background-color: #DFBDBD;
}
</style>
border-color css
<style>
span { border-color: #DFBDBD; }
span { border-color: rgb(223,189,189); }
td.TdClassName
{
border-color: #DFBDBD;
}
.TagClassName
{
border-color: #DFBDBD;
}
</style>