#DBB8B1

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

Shades of Cavern Pink #DBB8B1

Tints of Cavern Pink #DBB8B1

Color information

#DBB8B1 (or 0xDBB8B1) is unknown color: approx Cavern Pink. HEX triplet: DB, B8 and B1. RGB value is (219,184,177). Sum of RGB (Red+Green+Blue) = 219+184+177=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 177 (69.53% from 255 or 30.52% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB8B1 is #24474E. Grayscale: #C1C1C1. Windows color (decimal): -2377551 or 11647195. OLE color: 11647195.

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

Color convert

RGB219184177-
CMYK00.160.190.14
HSL10º36.84%77.65%-
HSV(B)10º19.18%85.88%-
XYZ54.2952.5248.87-
YUV193.67118.6146.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.76%
GREEN value IS 184 (72.27% from 255) = 31.72%
BLUE value IS 177 (69.53% from 255) = 30.52%
R=37.76%
G=31.72%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918417700.160.190.141036.8477.65
HexDBB8B101013Ea254e
Octal33327026102023161245116
Binary11011011101110001011000101000010011111010101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB8B1; }

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

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

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

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

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

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

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

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