#DBB7AD

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

Shades of Cavern Pink #DBB7AD

Tints of Cavern Pink #DBB7AD

Color information

#DBB7AD (or 0xDBB7AD) is unknown color: approx Cavern Pink. HEX triplet: DB, B7 and AD. RGB value is (219,183,173). Sum of RGB (Red+Green+Blue) = 219+183+173=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 183 (71.88% from 255 or 31.83% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB7AD is #244852. Grayscale: #C0C0C0. Windows color (decimal): -2377811 or 11384795. OLE color: 11384795.

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

Color convert

RGB219183173-
CMYK00.160.210.14
HSL13.04º38.98%76.86%-
HSV(B)13.04º21%85.88%-
XYZ53.6951.9446.73-
YUV192.62116.93146.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.09%
GREEN value IS 183 (71.88% from 255) = 31.83%
BLUE value IS 173 (67.97% from 255) = 30.09%
R=38.09%
G=31.83%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918317300.160.210.1413.0438.9876.86
HexDBB7AD01015Ed274d
Octal33326725502025161547115
Binary11011011101101111010110101000010101111011011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB7AD; }

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

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

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

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

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

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

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

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