#DBB4B0

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

Shades of Cavern Pink #DBB4B0

Tints of Cavern Pink #DBB4B0

Color information

#DBB4B0 (or 0xDBB4B0) is unknown color: approx Cavern Pink. HEX triplet: DB, B4 and B0. RGB value is (219,180,176). Sum of RGB (Red+Green+Blue) = 219+180+176=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB4B0 is #244B4F. Grayscale: #BFBFBF. Windows color (decimal): -2378576 or 11580635. OLE color: 11580635.

HSL color Cylindrical-coordinate representation of color #DBB4B0: hue angle of 5.58º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB4B0 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB219180176-
CMYK00.180.200.14
HSL5.58º37.39%77.45%-
HSV(B)5.58º19.63%85.88%-
XYZ53.3750.8448.07-
YUV191.2119.42147.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.09%
GREEN value IS 180 (70.70% from 255) = 31.30%
BLUE value IS 176 (69.14% from 255) = 30.61%
R=38.09%
G=31.30%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918017600.180.200.145.5837.3977.45
HexDBB4B001214E6254d
Octal3332642600222416645115
Binary1101101110110100101100000100101010011101101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB4B0; }

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

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

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

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

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

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

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

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