#DBB5AB

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

Shades of Cavern Pink #DBB5AB

Tints of Cavern Pink #DBB5AB

Color information

#DBB5AB (or 0xDBB5AB) is unknown color: approx Cavern Pink. HEX triplet: DB, B5 and AB. RGB value is (219,181,171). Sum of RGB (Red+Green+Blue) = 219+181+171=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 181 (71.09% from 255 or 31.70% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB5AB is #244A54. Grayscale: #BFBFBF. Windows color (decimal): -2378325 or 11253211. OLE color: 11253211.

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

Color convert

RGB219181171-
CMYK00.170.220.14
HSL12.5º40%76.47%-
HSV(B)12.5º21.92%85.88%-
XYZ53.0951.0545.58-
YUV191.22116.59147.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 181 (71.09% from 255) = 31.70%
BLUE value IS 171 (67.19% from 255) = 29.95%
R=38.35%
G=31.70%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918117100.170.220.1412.54076.47
HexDBB5AB01116Ed284c
Octal33326525302126161550114
Binary11011011101101011010101101000110110111011011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB5AB; }

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

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

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

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

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

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

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

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