#DBB4AC

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

Shades of Cavern Pink #DBB4AC

Tints of Cavern Pink #DBB4AC

Color information

#DBB4AC (or 0xDBB4AC) is unknown color: approx Cavern Pink. HEX triplet: DB, B4 and AC. RGB value is (219,180,172). Sum of RGB (Red+Green+Blue) = 219+180+172=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB4AC is #244B53. Grayscale: #BEBEBE. Windows color (decimal): -2378580 or 11318491. OLE color: 11318491.

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

Color convert

RGB219180172-
CMYK00.180.210.14
HSL10.21º39.5%76.67%-
HSV(B)10.21º21.46%85.88%-
XYZ52.9850.6846.02-
YUV190.75117.42148.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 180 (70.70% from 255) = 31.52%
BLUE value IS 172 (67.58% from 255) = 30.12%
R=38.35%
G=31.52%
B=30.12%

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
Decimal21918017200.180.210.1410.2139.576.67
HexDBB4AC01215Ea274d
Octal33326425402225161247115
Binary11011011101101001010110001001010101111010101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB4AC; }

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

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

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

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

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

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

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

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