#DBB4AE

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

Shades of Cavern Pink #DBB4AE

Tints of Cavern Pink #DBB4AE

Color information

#DBB4AE (or 0xDBB4AE) is unknown color: approx Cavern Pink. HEX triplet: DB, B4 and AE. RGB value is (219,180,174). Sum of RGB (Red+Green+Blue) = 219+180+174=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB4AE is #244B51. Grayscale: #BFBFBF. Windows color (decimal): -2378578 or 11449563. OLE color: 11449563.

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

Color convert

RGB219180174-
CMYK00.180.210.14
HSL38.46%77.06%-
HSV(B)20.55%85.88%-
XYZ53.1750.7647.04-
YUV190.98118.42147.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.22%
GREEN value IS 180 (70.70% from 255) = 31.41%
BLUE value IS 174 (68.36% from 255) = 30.37%
R=38.22%
G=31.41%
B=30.37%

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
Decimal21918017400.180.210.14838.4677.06
HexDBB4AE01215E8264d
Octal33326425602225161046115
Binary11011011101101001010111001001010101111010001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB4AE; }

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

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

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

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

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

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

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

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