#DBB5B4

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

Shades of Cavern Pink #DBB5B4

Tints of Cavern Pink #DBB5B4

Color information

#DBB5B4 (or 0xDBB5B4) is unknown color: approx Cavern Pink. HEX triplet: DB, B5 and B4. RGB value is (219,181,180). Sum of RGB (Red+Green+Blue) = 219+181+180=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 180 (70.70% from 255 or 31.03% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5B4 is #244A4B. Grayscale: #C0C0C0. Windows color (decimal): -2378316 or 11843035. OLE color: 11843035.

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

Color convert

RGB219181180-
CMYK00.170.180.14
HSL1.54º35.14%78.24%-
HSV(B)1.54º17.81%85.88%-
XYZ53.9851.450.26-
YUV192.25121.09147.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.76%
GREEN value IS 181 (71.09% from 255) = 31.21%
BLUE value IS 180 (70.70% from 255) = 31.03%
R=37.76%
G=31.21%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918118000.170.180.141.5435.1478.24
HexDBB5B401112E2234e
Octal3332652640212216243116
Binary110110111011010110110100010001100101110101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB5B4; }

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

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

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

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

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

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

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

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