Shades of Cavern Pink #DDBEBE
Tints of Cavern Pink #DDBEBE
RGB
CMYK
RGB Variations
Color information
#DDBEBE (or 0xDDBEBE) is known color: Cavern Pink. HEX triplet: DD, BE and BE. RGB value is (221,190,190). Sum of RGB (Red+Green+Blue) = 221+190+190=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEBE is #224141. Grayscale: #C7C7C7. Windows color (decimal): -2244930 or 12500701. OLE color: 12500701.
HSL color Cylindrical-coordinate representation of color #DDBEBE: hue angle of 0º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBEBE is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 190 | 190 | - |
CMYK | 0 | 0.14 | 0.14 | 0.13 |
HSL | 0º | 0.31% | 0.81% | - |
HSV(B) | 0º | 0.14% | 0.87% | - |
XYZ | 57.53 | 55.92 | 56.48 | - |
YUV | 199.27 | 122.77 | 143.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 190 | 190 | 0 | 0.14 | 0.14 | 0.13 | 0 | 0.31 | 0.81 |
Hex | DD | BE | BE | 0 | E | E | D | 0 | 1F | 51 |
Octal | 335 | 276 | 276 | 0 | 16 | 16 | 15 | 0 | 37 | 121 |
Binary | 11011101 | 10111110 | 10111110 | 0 | 1110 | 1110 | 1101 | 0 | 11111 | 1010001 |
Color Harmonies of #DDBEBE
Complementary color
Monochromatic Colors of #DDBEBE
Black with #DDBEBE
Text Example
Text Example
White with #DDBEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEBE; }
p { color: rgb(221,190,190); }
H1.HeaderClassName
{
color: #DDBEBE;
}
.AnyTagClassName
{
color: #DDBEBE;
}
</style>
background-color css
<style>
a { background-color: #DDBEBE; }
a { background-color: rgb(221,190,190); }
div.DivClassName
{
background-color: #DDBEBE;
}
.BgClassName
{
background-color: #DDBEBE;
}
</style>
border-color css
<style>
span { border-color: #DDBEBE; }
span { border-color: rgb(221,190,190); }
td.TdClassName
{
border-color: #DDBEBE;
}
.TagClassName
{
border-color: #DDBEBE;
}
</style>