Shades of Cavern Pink #DFBEB6
Tints of Cavern Pink #DFBEB6
RGB
CMYK
RGB Variations
Color information
#DFBEB6 (or 0xDFBEB6) is known color: Cavern Pink. HEX triplet: DF, BE and B6. RGB value is (223,190,182). Sum of RGB (Red+Green+Blue) = 223+190+182=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBEB6 is #204149. Grayscale: #C7C7C7. Windows color (decimal): -2113866 or 11976415. OLE color: 11976415.
HSL color Cylindrical-coordinate representation of color #DFBEB6: hue angle of 11.71º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFBEB6 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 190 | 182 | - |
CMYK | 0 | 0.15 | 0.18 | 0.13 |
HSL | 11.71º | 0.39% | 0.79% | - |
HSV(B) | 11.71º | 0.18% | 0.87% | - |
XYZ | 57.29 | 55.89 | 52.02 | - |
YUV | 198.96 | 118.43 | 145.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 190 | 182 | 0 | 0.15 | 0.18 | 0.13 | 11.71 | 0.39 | 0.79 |
Hex | DF | BE | B6 | 0 | F | 12 | D | C | 27 | 4F |
Octal | 337 | 276 | 266 | 0 | 17 | 22 | 15 | 14 | 47 | 117 |
Binary | 11011111 | 10111110 | 10110110 | 0 | 1111 | 10010 | 1101 | 1100 | 100111 | 1001111 |
Color Harmonies of #DFBEB6
Complementary color
Monochromatic Colors of #DFBEB6
Black with #DFBEB6
Text Example
Text Example
White with #DFBEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBEB6; }
p { color: rgb(223,190,182); }
H1.HeaderClassName
{
color: #DFBEB6;
}
.AnyTagClassName
{
color: #DFBEB6;
}
</style>
background-color css
<style>
a { background-color: #DFBEB6; }
a { background-color: rgb(223,190,182); }
div.DivClassName
{
background-color: #DFBEB6;
}
.BgClassName
{
background-color: #DFBEB6;
}
</style>
border-color css
<style>
span { border-color: #DFBEB6; }
span { border-color: rgb(223,190,182); }
td.TdClassName
{
border-color: #DFBEB6;
}
.TagClassName
{
border-color: #DFBEB6;
}
</style>