#DBBFB8

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

Shades of Cavern Pink #DBBFB8

Tints of Cavern Pink #DBBFB8

Color information

#DBBFB8 (or 0xDBBFB8) is unknown color: approx Cavern Pink. HEX triplet: DB, BF and B8. RGB value is (219,191,184). Sum of RGB (Red+Green+Blue) = 219+191+184=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 184 (72.27% from 255 or 30.98% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFB8 is #244047. Grayscale: #C6C6C6. Windows color (decimal): -2375752 or 12107739. OLE color: 12107739.

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

Color convert

RGB219191184-
CMYK00.130.160.14
HSL12º32.71%79.02%-
HSV(B)12º15.98%85.88%-
XYZ56.555.7853.14-
YUV198.57119.78142.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.87%
GREEN value IS 191 (75% from 255) = 32.15%
BLUE value IS 184 (72.27% from 255) = 30.98%
R=36.87%
G=32.15%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919118400.130.160.141232.7179.02
HexDBBFB80D10Ec214f
Octal33327727001520161441117
Binary1101101110111111101110000110110000111011001000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBFB8; }

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

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

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

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

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

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

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

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