#DBB6B4

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

Shades of Cavern Pink #DBB6B4

Tints of Cavern Pink #DBB6B4

Color information

#DBB6B4 (or 0xDBB6B4) is unknown color: approx Cavern Pink. HEX triplet: DB, B6 and B4. RGB value is (219,182,180). Sum of RGB (Red+Green+Blue) = 219+182+180=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 182 (71.48% from 255 or 31.33% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6B4 is #24494B. Grayscale: #C0C0C0. Windows color (decimal): -2378060 or 11843291. OLE color: 11843291.

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

Color convert

RGB219182180-
CMYK00.170.180.14
HSL3.08º35.14%78.24%-
HSV(B)3.08º17.81%85.88%-
XYZ54.1851.8150.33-
YUV192.84120.76146.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.69%
GREEN value IS 182 (71.48% from 255) = 31.33%
BLUE value IS 180 (70.70% from 255) = 30.98%
R=37.69%
G=31.33%
B=30.98%

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
Decimal21918218000.170.180.143.0835.1478.24
HexDBB6B401112E3234e
Octal3332662640212216343116
Binary110110111011011010110100010001100101110111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB6B4; }

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

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

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

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

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

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

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

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