#DBBABA

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

Shades of Cavern Pink #DBBABA

Tints of Cavern Pink #DBBABA

Color information

#DBBABA (or 0xDBBABA) is unknown color: approx Cavern Pink. HEX triplet: DB, BA and BA. RGB value is (219,186,186). Sum of RGB (Red+Green+Blue) = 219+186+186=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBABA is #244545. Grayscale: #C3C3C3. Windows color (decimal): -2377030 or 12237531. OLE color: 12237531.

HSL color Cylindrical-coordinate representation of color #DBBABA: hue angle of 0º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBABA is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB219186186-
CMYK00.150.150.14
HSL31.43%79.41%-
HSV(B)15.07%85.88%-
XYZ55.6453.7253.89-
YUV195.87122.43144.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.06%
GREEN value IS 186 (73.05% from 255) = 31.47%
BLUE value IS 186 (73.05% from 255) = 31.47%
R=37.06%
G=31.47%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918618600.150.150.14031.4379.41
HexDBBABA0FFE01f4f
Octal3332722720171716037117
Binary11011011101110101011101001111111111100111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBABA; }

 p { color: rgb(219,186,186); }

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

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

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

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

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

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

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