#DBBFB9

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

Shades of Cavern Pink #DBBFB9

Tints of Cavern Pink #DBBFB9

Color information

#DBBFB9 (or 0xDBBFB9) is unknown color: approx Cavern Pink. HEX triplet: DB, BF and B9. RGB value is (219,191,185). Sum of RGB (Red+Green+Blue) = 219+191+185=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFB9 is #244046. Grayscale: #C6C6C6. Windows color (decimal): -2375751 or 12173275. OLE color: 12173275.

HSL color Cylindrical-coordinate representation of color #DBBFB9: hue angle of 10.59º 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 #DBBFB9 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB219191185-
CMYK00.130.160.14
HSL10.59º32.08%79.22%-
HSV(B)10.59º15.53%85.88%-
XYZ56.655.8253.69-
YUV198.69120.28142.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.81%
GREEN value IS 191 (75% from 255) = 32.10%
BLUE value IS 185 (72.66% from 255) = 31.09%
R=36.81%
G=32.10%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919118500.130.160.1410.5932.0879.22
HexDBBFB90D10Eb204f
Octal33327727101520161340117
Binary1101101110111111101110010110110000111010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBFB9; }

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

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

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

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

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

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

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

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