#DBBCB6

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

Shades of Cavern Pink #DBBCB6

Tints of Cavern Pink #DBBCB6

Color information

#DBBCB6 (or 0xDBBCB6) is unknown color: approx Cavern Pink. HEX triplet: DB, BC and B6. RGB value is (219,188,182). Sum of RGB (Red+Green+Blue) = 219+188+182=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCB6 is #244349. Grayscale: #C4C4C4. Windows color (decimal): -2376522 or 11975899. OLE color: 11975899.

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

Color convert

RGB219188182-
CMYK00.140.170.14
HSL9.73º33.94%78.63%-
HSV(B)9.73º16.89%85.88%-
XYZ55.6454.451.82-
YUV196.58119.77143.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.18%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 182 (71.48% from 255) = 30.90%
R=37.18%
G=31.92%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918818200.140.170.149.7333.9478.63
HexDBBCB60E11Ea224f
Octal33327426601621161242117
Binary1101101110111100101101100111010001111010101000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBCB6; }

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

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

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

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

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

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

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

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