Shades of Cavern Pink #DDC1BE
Tints of Cavern Pink #DDC1BE
RGB
CMYK
RGB Variations
Color information
#DDC1BE (or 0xDDC1BE) is known color: Cavern Pink. HEX triplet: DD, C1 and BE. RGB value is (221,193,190). Sum of RGB (Red+Green+Blue) = 221+193+190=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1BE is #223E41. Grayscale: #C9C9C9. Windows color (decimal): -2244162 or 12501469. OLE color: 12501469.
HSL color Cylindrical-coordinate representation of color #DDC1BE: hue angle of 5.81º 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 #DDC1BE is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 190 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.13 |
| HSL | 5.81º | 0.31% | 0.81% | - |
| HSV(B) | 5.81º | 0.14% | 0.87% | - |
| XYZ | 58.18 | 57.23 | 56.7 | - |
| YUV | 201.03 | 121.78 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 190 | 0 | 0.13 | 0.14 | 0.13 | 5.81 | 0.31 | 0.81 |
| Hex | DD | C1 | BE | 0 | D | E | D | 6 | 1F | 51 |
| Octal | 335 | 301 | 276 | 0 | 15 | 16 | 15 | 6 | 37 | 121 |
| Binary | 11011101 | 11000001 | 10111110 | 0 | 1101 | 1110 | 1101 | 110 | 11111 | 1010001 |
Color Harmonies of #DDC1BE
Complementary color
Monochromatic Colors of #DDC1BE
Black with #DDC1BE
Text Example
Text Example
White with #DDC1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC1BE; }
p { color: rgb(221,193,190); }
H1.HeaderClassName
{
color: #DDC1BE;
}
.AnyTagClassName
{
color: #DDC1BE;
}
</style>
background-color css
<style>
a { background-color: #DDC1BE; }
a { background-color: rgb(221,193,190); }
div.DivClassName
{
background-color: #DDC1BE;
}
.BgClassName
{
background-color: #DDC1BE;
}
</style>
border-color css
<style>
span { border-color: #DDC1BE; }
span { border-color: rgb(221,193,190); }
td.TdClassName
{
border-color: #DDC1BE;
}
.TagClassName
{
border-color: #DDC1BE;
}
</style>