#DBB4AB

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

Shades of Cavern Pink #DBB4AB

Tints of Cavern Pink #DBB4AB

Color information

#DBB4AB (or 0xDBB4AB) is unknown color: approx Cavern Pink. HEX triplet: DB, B4 and AB. RGB value is (219,180,171). Sum of RGB (Red+Green+Blue) = 219+180+171=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 180 (70.70% from 255 or 31.58% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB4AB is #244B54. Grayscale: #BEBEBE. Windows color (decimal): -2378581 or 11252955. OLE color: 11252955.

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

Color convert

RGB219180171-
CMYK00.180.220.14
HSL11.25º40%76.47%-
HSV(B)11.25º21.92%85.88%-
XYZ52.8950.6445.52-
YUV190.64116.92148.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 180 (70.70% from 255) = 31.58%
BLUE value IS 171 (67.19% from 255) = 30%
R=38.42%
G=31.58%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918017100.180.220.1411.254076.47
HexDBB4AB01216Eb284c
Octal33326425302226161350114
Binary11011011101101001010101101001010110111010111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB4AB; }

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

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

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

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

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

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

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

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