#DBB5AD

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

Shades of Cavern Pink #DBB5AD

Tints of Cavern Pink #DBB5AD

Color information

#DBB5AD (or 0xDBB5AD) is unknown color: approx Cavern Pink. HEX triplet: DB, B5 and AD. RGB value is (219,181,173). Sum of RGB (Red+Green+Blue) = 219+181+173=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB5AD is #244A52. Grayscale: #BFBFBF. Windows color (decimal): -2378323 or 11384283. OLE color: 11384283.

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

Color convert

RGB219181173-
CMYK00.170.210.14
HSL10.43º38.98%76.86%-
HSV(B)10.43º21%85.88%-
XYZ53.2851.1246.6-
YUV191.45117.59147.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.22%
GREEN value IS 181 (71.09% from 255) = 31.59%
BLUE value IS 173 (67.97% from 255) = 30.19%
R=38.22%
G=31.59%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918117300.170.210.1410.4338.9876.86
HexDBB5AD01115Ea274d
Octal33326525502125161247115
Binary11011011101101011010110101000110101111010101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB5AD; }

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

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

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

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

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

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

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

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