#DBB9B4

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

Shades of Cavern Pink #DBB9B4

Tints of Cavern Pink #DBB9B4

Color information

#DBB9B4 (or 0xDBB9B4) is unknown color: approx Cavern Pink. HEX triplet: DB, B9 and B4. RGB value is (219,185,180). Sum of RGB (Red+Green+Blue) = 219+185+180=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 180 (70.70% from 255 or 30.82% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB9B4 is #24464B. Grayscale: #C2C2C2. Windows color (decimal): -2377292 or 11844059. OLE color: 11844059.

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

Color convert

RGB219185180-
CMYK00.160.180.14
HSL7.69º35.14%78.24%-
HSV(B)7.69º17.81%85.88%-
XYZ54.853.0550.53-
YUV194.6119.76145.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.5%
GREEN value IS 185 (72.66% from 255) = 31.68%
BLUE value IS 180 (70.70% from 255) = 30.82%
R=37.5%
G=31.68%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918518000.160.180.147.6935.1478.24
HexDBB9B401012E8234e
Octal33327126402022161043116
Binary11011011101110011011010001000010010111010001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB9B4; }

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

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

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

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

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

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

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

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