#DBB4AD

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

Shades of Cavern Pink #DBB4AD

Tints of Cavern Pink #DBB4AD

Color information

#DBB4AD (or 0xDBB4AD) is unknown color: approx Cavern Pink. HEX triplet: DB, B4 and AD. RGB value is (219,180,173). Sum of RGB (Red+Green+Blue) = 219+180+173=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB4AD is #244B52. Grayscale: #BEBEBE. Windows color (decimal): -2378579 or 11384027. OLE color: 11384027.

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

Color convert

RGB219180173-
CMYK00.180.210.14
HSL9.13º38.98%76.86%-
HSV(B)9.13º21%85.88%-
XYZ53.0850.7246.53-
YUV190.86117.92148.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.29%
GREEN value IS 180 (70.70% from 255) = 31.47%
BLUE value IS 173 (67.97% from 255) = 30.24%
R=38.29%
G=31.47%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918017300.180.210.149.1338.9876.86
HexDBB4AD01215E9274d
Octal33326425502225161147115
Binary11011011101101001010110101001010101111010011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB4AD; }

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

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

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

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

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

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

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

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