Shades of Cavern Pink #DDB3AF
Tints of Cavern Pink #DDB3AF
RGB
CMYK
RGB Variations
Color information
#DDB3AF (or 0xDDB3AF) is known color: Cavern Pink. HEX triplet: DD, B3 and AF. RGB value is (221,179,175). Sum of RGB (Red+Green+Blue) = 221+179+175=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 179 (70.31% from 255 or 31.13% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB3AF is #224C50. Grayscale: #BFBFBF. Windows color (decimal): -2247761 or 11514845. OLE color: 11514845.
HSL color Cylindrical-coordinate representation of color #DDB3AF: hue angle of 5.22º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDB3AF is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 179 | 175 | - |
CMYK | 0 | 0.19 | 0.21 | 0.13 |
HSL | 5.22º | 0.4% | 0.78% | - |
HSV(B) | 5.22º | 0.21% | 0.87% | - |
XYZ | 53.68 | 50.71 | 47.52 | - |
YUV | 191.1 | 118.91 | 149.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 179 | 175 | 0 | 0.19 | 0.21 | 0.13 | 5.22 | 0.4 | 0.78 |
Hex | DD | B3 | AF | 0 | 13 | 15 | D | 5 | 28 | 4E |
Octal | 335 | 263 | 257 | 0 | 23 | 25 | 15 | 5 | 50 | 116 |
Binary | 11011101 | 10110011 | 10101111 | 0 | 10011 | 10101 | 1101 | 101 | 101000 | 1001110 |
Color Harmonies of #DDB3AF
Complementary color
Monochromatic Colors of #DDB3AF
Black with #DDB3AF
Text Example
Text Example
White with #DDB3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB3AF; }
p { color: rgb(221,179,175); }
H1.HeaderClassName
{
color: #DDB3AF;
}
.AnyTagClassName
{
color: #DDB3AF;
}
</style>
background-color css
<style>
a { background-color: #DDB3AF; }
a { background-color: rgb(221,179,175); }
div.DivClassName
{
background-color: #DDB3AF;
}
.BgClassName
{
background-color: #DDB3AF;
}
</style>
border-color css
<style>
span { border-color: #DDB3AF; }
span { border-color: rgb(221,179,175); }
td.TdClassName
{
border-color: #DDB3AF;
}
.TagClassName
{
border-color: #DDB3AF;
}
</style>