#DBBAB8

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

Shades of Cavern Pink #DBBAB8

Tints of Cavern Pink #DBBAB8

Color information

#DBBAB8 (or 0xDBBAB8) is unknown color: approx Cavern Pink. HEX triplet: DB, BA and B8. RGB value is (219,186,184). Sum of RGB (Red+Green+Blue) = 219+186+184=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBAB8 is #244547. Grayscale: #C3C3C3. Windows color (decimal): -2377032 or 12106459. OLE color: 12106459.

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

Color convert

RGB219186184-
CMYK00.150.160.14
HSL3.43º32.71%79.02%-
HSV(B)3.43º15.98%85.88%-
XYZ55.4253.6452.78-
YUV195.64121.43144.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.18%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 184 (72.27% from 255) = 31.24%
R=37.18%
G=31.58%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918618400.150.160.143.4332.7179.02
HexDBBAB80F10E3214f
Octal3332722700172016341117
Binary11011011101110101011100001111100001110111000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAB8; }

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

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

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

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

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

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

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

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