Shades of Cavern Pink #DDBEB6
Tints of Cavern Pink #DDBEB6
RGB
CMYK
RGB Variations
Color information
#DDBEB6 (or 0xDDBEB6) is known color: Cavern Pink. HEX triplet: DD, BE and B6. RGB value is (221,190,182). Sum of RGB (Red+Green+Blue) = 221+190+182=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 182 (71.48% from 255 or 30.69% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEB6 is #224149. Grayscale: #C6C6C6. Windows color (decimal): -2244938 or 11976413. OLE color: 11976413.
HSL color Cylindrical-coordinate representation of color #DDBEB6: hue angle of 12.31º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDBEB6 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 190 | 182 | - |
CMYK | 0 | 0.14 | 0.18 | 0.13 |
HSL | 12.31º | 0.36% | 0.79% | - |
HSV(B) | 12.31º | 0.18% | 0.87% | - |
XYZ | 56.68 | 55.58 | 52 | - |
YUV | 198.36 | 118.77 | 144.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 190 | 182 | 0 | 0.14 | 0.18 | 0.13 | 12.31 | 0.36 | 0.79 |
Hex | DD | BE | B6 | 0 | E | 12 | D | C | 24 | 4F |
Octal | 335 | 276 | 266 | 0 | 16 | 22 | 15 | 14 | 44 | 117 |
Binary | 11011101 | 10111110 | 10110110 | 0 | 1110 | 10010 | 1101 | 1100 | 100100 | 1001111 |
Color Harmonies of #DDBEB6
Complementary color
Monochromatic Colors of #DDBEB6
Black with #DDBEB6
Text Example
Text Example
White with #DDBEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEB6; }
p { color: rgb(221,190,182); }
H1.HeaderClassName
{
color: #DDBEB6;
}
.AnyTagClassName
{
color: #DDBEB6;
}
</style>
background-color css
<style>
a { background-color: #DDBEB6; }
a { background-color: rgb(221,190,182); }
div.DivClassName
{
background-color: #DDBEB6;
}
.BgClassName
{
background-color: #DDBEB6;
}
</style>
border-color css
<style>
span { border-color: #DDBEB6; }
span { border-color: rgb(221,190,182); }
td.TdClassName
{
border-color: #DDBEB6;
}
.TagClassName
{
border-color: #DDBEB6;
}
</style>