#DBB6AD

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

Shades of Cavern Pink #DBB6AD

Tints of Cavern Pink #DBB6AD

Color information

#DBB6AD (or 0xDBB6AD) is unknown color: approx Cavern Pink. HEX triplet: DB, B6 and AD. RGB value is (219,182,173). Sum of RGB (Red+Green+Blue) = 219+182+173=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB6AD is #244952. Grayscale: #C0C0C0. Windows color (decimal): -2378067 or 11384539. OLE color: 11384539.

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

Color convert

RGB219182173-
CMYK00.170.210.14
HSL11.74º38.98%76.86%-
HSV(B)11.74º21%85.88%-
XYZ53.4851.5346.66-
YUV192.04117.26147.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.15%
GREEN value IS 182 (71.48% from 255) = 31.71%
BLUE value IS 173 (67.97% from 255) = 30.14%
R=38.15%
G=31.71%
B=30.14%

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
Decimal21918217300.170.210.1411.7438.9876.86
HexDBB6AD01115Ec274d
Octal33326625502125161447115
Binary11011011101101101010110101000110101111011001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB6AD; }

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

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

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

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

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

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

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

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