Shades of Cavern Pink #DDB4B1
Tints of Cavern Pink #DDB4B1
RGB
CMYK
RGB Variations
Color information
#DDB4B1 (or 0xDDB4B1) is known color: Cavern Pink. HEX triplet: DD, B4 and B1. RGB value is (221,180,177). Sum of RGB (Red+Green+Blue) = 221+180+177=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 177 (69.53% from 255 or 30.62% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB4B1 is #224B4E. Grayscale: #BFBFBF. Windows color (decimal): -2247503 or 11646173. OLE color: 11646173.
HSL color Cylindrical-coordinate representation of color #DDB4B1: hue angle of 4.09º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDB4B1 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 177 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.13 |
| HSL | 4.09º | 0.39% | 0.78% | - |
| HSV(B) | 4.09º | 0.2% | 0.87% | - |
| XYZ | 54.08 | 51.19 | 48.63 | - |
| YUV | 191.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 177 | 0 | 0.19 | 0.20 | 0.13 | 4.09 | 0.39 | 0.78 |
| Hex | DD | B4 | B1 | 0 | 13 | 14 | D | 4 | 27 | 4E |
| Octal | 335 | 264 | 261 | 0 | 23 | 24 | 15 | 4 | 47 | 116 |
| Binary | 11011101 | 10110100 | 10110001 | 0 | 10011 | 10100 | 1101 | 100 | 100111 | 1001110 |
Color Harmonies of #DDB4B1
Complementary color
Monochromatic Colors of #DDB4B1
Black with #DDB4B1
Text Example
Text Example
White with #DDB4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4B1; }
p { color: rgb(221,180,177); }
H1.HeaderClassName
{
color: #DDB4B1;
}
.AnyTagClassName
{
color: #DDB4B1;
}
</style>
background-color css
<style>
a { background-color: #DDB4B1; }
a { background-color: rgb(221,180,177); }
div.DivClassName
{
background-color: #DDB4B1;
}
.BgClassName
{
background-color: #DDB4B1;
}
</style>
border-color css
<style>
span { border-color: #DDB4B1; }
span { border-color: rgb(221,180,177); }
td.TdClassName
{
border-color: #DDB4B1;
}
.TagClassName
{
border-color: #DDB4B1;
}
</style>