#DBBDBA

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

Shades of Cavern Pink #DBBDBA

Tints of Cavern Pink #DBBDBA

Color information

#DBBDBA (or 0xDBBDBA) is unknown color: approx Cavern Pink. HEX triplet: DB, BD and BA. RGB value is (219,189,186). Sum of RGB (Red+Green+Blue) = 219+189+186=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDBA is #244245. Grayscale: #C5C5C5. Windows color (decimal): -2376262 or 12238299. OLE color: 12238299.

HSL color Cylindrical-coordinate representation of color #DBBDBA: hue angle of 5.45º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBDBA is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB219189186-
CMYK00.140.150.14
HSL5.45º31.43%79.41%-
HSV(B)5.45º15.07%85.88%-
XYZ56.275554.1-
YUV197.63121.44143.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.87%
GREEN value IS 189 (74.22% from 255) = 31.82%
BLUE value IS 186 (73.05% from 255) = 31.31%
R=36.87%
G=31.82%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918918600.140.150.145.4531.4379.41
HexDBBDBA0EFE51f4f
Octal3332752720161716537117
Binary1101101110111101101110100111011111110101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBDBA; }

 p { color: rgb(219,189,186); }

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

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

 a { background-color: rgb(219,189,186); }

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

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

 span { border-color: rgb(219,189,186); }

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