Shades of Cavern Pink #DDB5B4
Tints of Cavern Pink #DDB5B4
RGB
CMYK
RGB Variations
Color information
#DDB5B4 (or 0xDDB5B4) is known color: Cavern Pink. HEX triplet: DD, B5 and B4. RGB value is (221,181,180). Sum of RGB (Red+Green+Blue) = 221+181+180=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 180 (70.70% from 255 or 30.93% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5B4 is #224A4B. Grayscale: #C0C0C0. Windows color (decimal): -2247244 or 11843037. OLE color: 11843037.
HSL color Cylindrical-coordinate representation of color #DDB5B4: hue angle of 1.46º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB5B4 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 180 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.13 |
| HSL | 1.46º | 0.38% | 0.79% | - |
| HSV(B) | 1.46º | 0.19% | 0.87% | - |
| XYZ | 54.58 | 51.72 | 50.29 | - |
| YUV | 192.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 180 | 0 | 0.18 | 0.19 | 0.13 | 1.46 | 0.38 | 0.79 |
| Hex | DD | B5 | B4 | 0 | 12 | 13 | D | 1 | 26 | 4F |
| Octal | 335 | 265 | 264 | 0 | 22 | 23 | 15 | 1 | 46 | 117 |
| Binary | 11011101 | 10110101 | 10110100 | 0 | 10010 | 10011 | 1101 | 1 | 100110 | 1001111 |
Color Harmonies of #DDB5B4
Complementary color
Monochromatic Colors of #DDB5B4
Black with #DDB5B4
Text Example
Text Example
White with #DDB5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB5B4; }
p { color: rgb(221,181,180); }
H1.HeaderClassName
{
color: #DDB5B4;
}
.AnyTagClassName
{
color: #DDB5B4;
}
</style>
background-color css
<style>
a { background-color: #DDB5B4; }
a { background-color: rgb(221,181,180); }
div.DivClassName
{
background-color: #DDB5B4;
}
.BgClassName
{
background-color: #DDB5B4;
}
</style>
border-color css
<style>
span { border-color: #DDB5B4; }
span { border-color: rgb(221,181,180); }
td.TdClassName
{
border-color: #DDB5B4;
}
.TagClassName
{
border-color: #DDB5B4;
}
</style>