Shades of Cavern Pink #DDB7B7
Tints of Cavern Pink #DDB7B7
RGB
CMYK
RGB Variations
Color information
#DDB7B7 (or 0xDDB7B7) is known color: Cavern Pink. HEX triplet: DD, B7 and B7. RGB value is (221,183,183). Sum of RGB (Red+Green+Blue) = 221+183+183=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 183 (71.88% from 255 or 31.18% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7B7 is #224848. Grayscale: #C2C2C2. Windows color (decimal): -2246729 or 12040157. OLE color: 12040157.
HSL color Cylindrical-coordinate representation of color #DDB7B7: hue angle of 0º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDB7B7 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 183 | 183 | - |
CMYK | 0 | 0.17 | 0.17 | 0.13 |
HSL | 0º | 0.36% | 0.79% | - |
HSV(B) | 0º | 0.17% | 0.87% | - |
XYZ | 55.3 | 52.66 | 52.05 | - |
YUV | 194.36 | 121.59 | 147 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 183 | 183 | 0 | 0.17 | 0.17 | 0.13 | 0 | 0.36 | 0.79 |
Hex | DD | B7 | B7 | 0 | 11 | 11 | D | 0 | 24 | 4F |
Octal | 335 | 267 | 267 | 0 | 21 | 21 | 15 | 0 | 44 | 117 |
Binary | 11011101 | 10110111 | 10110111 | 0 | 10001 | 10001 | 1101 | 0 | 100100 | 1001111 |
Color Harmonies of #DDB7B7
Complementary color
Monochromatic Colors of #DDB7B7
Black with #DDB7B7
Text Example
Text Example
White with #DDB7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7B7; }
p { color: rgb(221,183,183); }
H1.HeaderClassName
{
color: #DDB7B7;
}
.AnyTagClassName
{
color: #DDB7B7;
}
</style>
background-color css
<style>
a { background-color: #DDB7B7; }
a { background-color: rgb(221,183,183); }
div.DivClassName
{
background-color: #DDB7B7;
}
.BgClassName
{
background-color: #DDB7B7;
}
</style>
border-color css
<style>
span { border-color: #DDB7B7; }
span { border-color: rgb(221,183,183); }
td.TdClassName
{
border-color: #DDB7B7;
}
.TagClassName
{
border-color: #DDB7B7;
}
</style>