Shades of Cavern Pink #DEBDB4
Tints of Cavern Pink #DEBDB4
RGB
CMYK
RGB Variations
Color information
#DEBDB4 (or 0xDEBDB4) is known color: Cavern Pink. HEX triplet: DE, BD and B4. RGB value is (222,189,180). Sum of RGB (Red+Green+Blue) = 222+189+180=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDB4 is #21424B. Grayscale: #C5C5C5. Windows color (decimal): -2179660 or 11845086. OLE color: 11845086.
HSL color Cylindrical-coordinate representation of color #DEBDB4: hue angle of 12.86º degrees, saturation: 0.39, 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 #DEBDB4 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 180 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.13 |
| HSL | 12.86º | 0.39% | 0.79% | - |
| HSV(B) | 12.86º | 0.19% | 0.87% | - |
| XYZ | 56.56 | 55.22 | 50.86 | - |
| YUV | 197.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 180 | 0 | 0.15 | 0.19 | 0.13 | 12.86 | 0.39 | 0.79 |
| Hex | DE | BD | B4 | 0 | F | 13 | D | D | 27 | 4F |
| Octal | 336 | 275 | 264 | 0 | 17 | 23 | 15 | 15 | 47 | 117 |
| Binary | 11011110 | 10111101 | 10110100 | 0 | 1111 | 10011 | 1101 | 1101 | 100111 | 1001111 |
Color Harmonies of #DEBDB4
Complementary color
Monochromatic Colors of #DEBDB4
Black with #DEBDB4
Text Example
Text Example
White with #DEBDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBDB4; }
p { color: rgb(222,189,180); }
H1.HeaderClassName
{
color: #DEBDB4;
}
.AnyTagClassName
{
color: #DEBDB4;
}
</style>
background-color css
<style>
a { background-color: #DEBDB4; }
a { background-color: rgb(222,189,180); }
div.DivClassName
{
background-color: #DEBDB4;
}
.BgClassName
{
background-color: #DEBDB4;
}
</style>
border-color css
<style>
span { border-color: #DEBDB4; }
span { border-color: rgb(222,189,180); }
td.TdClassName
{
border-color: #DEBDB4;
}
.TagClassName
{
border-color: #DEBDB4;
}
</style>