#DBB7B5

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

Shades of Cavern Pink #DBB7B5

Tints of Cavern Pink #DBB7B5

Color information

#DBB7B5 (or 0xDBB7B5) is unknown color: approx Cavern Pink. HEX triplet: DB, B7 and B5. RGB value is (219,183,181). Sum of RGB (Red+Green+Blue) = 219+183+181=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 183 (71.88% from 255 or 31.39% from 583); Blue value is 181 (71.09% from 255 or 31.05% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7B5 is #24484A. Grayscale: #C1C1C1. Windows color (decimal): -2377803 or 11909083. OLE color: 11909083.

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

Color convert

RGB219183181-
CMYK00.160.170.14
HSL3.16º34.55%78.43%-
HSV(B)3.16º17.35%85.88%-
XYZ54.4952.2650.93-
YUV193.54120.93146.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.56%
GREEN value IS 183 (71.88% from 255) = 31.39%
BLUE value IS 181 (71.09% from 255) = 31.05%
R=37.56%
G=31.39%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918318100.160.170.143.1634.5578.43
HexDBB7B501011E3234e
Octal3332672650202116343116
Binary110110111011011110110101010000100011110111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB7B5; }

 p { color: rgb(219,183,181); }

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

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

 a { background-color: rgb(219,183,181); }

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

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

 span { border-color: rgb(219,183,181); }

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