#DBBCB9

Color #DBBCB9 Cavern Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cavern Pink #DBBCB9

Tints of Cavern Pink #DBBCB9

Color information

#DBBCB9 (or 0xDBBCB9) is unknown color: approx Cavern Pink. HEX triplet: DB, BC and B9. RGB value is (219,188,185). Sum of RGB (Red+Green+Blue) = 219+188+185=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCB9 is #244346. Grayscale: #C4C4C4. Windows color (decimal): -2376519 or 12172507. OLE color: 12172507.

HSL color Cylindrical-coordinate representation of color #DBBCB9: hue angle of 5.29º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBBCB9 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB219188185-
CMYK00.140.160.14
HSL5.29º32.08%79.22%-
HSV(B)5.29º15.53%85.88%-
XYZ55.9554.5353.48-
YUV196.93121.27143.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 36.99%
GREEN value IS 188 (73.83% from 255) = 31.76%
BLUE value IS 185 (72.66% from 255) = 31.25%
R=36.99%
G=31.76%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918818500.140.160.145.2932.0879.22
HexDBBCB90E10E5204f
Octal3332742710162016540117
Binary110110111011110010111001011101000011101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBCB9; }

 p { color: rgb(219,188,185); }

 H1.HeaderClassName
 {
   color: #DBBCB9;
 }
 .AnyTagClassName
 {
   color: #DBBCB9;
 }
</style>
background-color css

<style>
 a { background-color: #DBBCB9; }

 a { background-color: rgb(219,188,185); }

 div.DivClassName
 {
   background-color: #DBBCB9;
 }
 .BgClassName
 {
   background-color: #DBBCB9;
 }
</style>
border-color css

<style>
 span { border-color: #DBBCB9; }

 span { border-color: rgb(219,188,185); }

 td.TdClassName
 {
   border-color: #DBBCB9;
 }
 .TagClassName
 {
   border-color: #DBBCB9;
 }
</style>