Shades of Cavern Pink #DDBFBE
Tints of Cavern Pink #DDBFBE
RGB
CMYK
RGB Variations
Color information
#DDBFBE (or 0xDDBFBE) is known color: Cavern Pink. HEX triplet: DD, BF and BE. RGB value is (221,191,190). Sum of RGB (Red+Green+Blue) = 221+191+190=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFBE is #224041. Grayscale: #C7C7C7. Windows color (decimal): -2244674 or 12500957. OLE color: 12500957.
HSL color Cylindrical-coordinate representation of color #DDBFBE: hue angle of 1.94º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBFBE is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 190 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.13 |
| HSL | 1.94º | 0.31% | 0.81% | - |
| HSV(B) | 1.94º | 0.14% | 0.87% | - |
| XYZ | 57.74 | 56.35 | 56.55 | - |
| YUV | 199.86 | 122.44 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 190 | 0 | 0.14 | 0.14 | 0.13 | 1.94 | 0.31 | 0.81 |
| Hex | DD | BF | BE | 0 | E | E | D | 2 | 1F | 51 |
| Octal | 335 | 277 | 276 | 0 | 16 | 16 | 15 | 2 | 37 | 121 |
| Binary | 11011101 | 10111111 | 10111110 | 0 | 1110 | 1110 | 1101 | 10 | 11111 | 1010001 |
Color Harmonies of #DDBFBE
Complementary color
Monochromatic Colors of #DDBFBE
Black with #DDBFBE
Text Example
Text Example
White with #DDBFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFBE; }
p { color: rgb(221,191,190); }
H1.HeaderClassName
{
color: #DDBFBE;
}
.AnyTagClassName
{
color: #DDBFBE;
}
</style>
background-color css
<style>
a { background-color: #DDBFBE; }
a { background-color: rgb(221,191,190); }
div.DivClassName
{
background-color: #DDBFBE;
}
.BgClassName
{
background-color: #DDBFBE;
}
</style>
border-color css
<style>
span { border-color: #DDBFBE; }
span { border-color: rgb(221,191,190); }
td.TdClassName
{
border-color: #DDBFBE;
}
.TagClassName
{
border-color: #DDBFBE;
}
</style>