#DBBFBC

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

Shades of Cavern Pink #DBBFBC

Tints of Cavern Pink #DBBFBC

Color information

#DBBFBC (or 0xDBBFBC) is unknown color: approx Cavern Pink. HEX triplet: DB, BF and BC. RGB value is (219,191,188). Sum of RGB (Red+Green+Blue) = 219+191+188=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFBC is #244043. Grayscale: #C7C7C7. Windows color (decimal): -2375748 or 12369883. OLE color: 12369883.

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

Color convert

RGB219191188-
CMYK00.130.140.14
HSL5.81º30.1%79.8%-
HSV(B)5.81º14.16%85.88%-
XYZ56.9255.9555.38-
YUV199.03121.78142.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.62%
GREEN value IS 191 (75% from 255) = 31.94%
BLUE value IS 188 (73.83% from 255) = 31.44%
R=36.62%
G=31.94%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919118800.130.140.145.8130.179.8
HexDBBFBC0DEE61e50
Octal3332772740151616636120
Binary1101101110111111101111000110111101110110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBFBC; }

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

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

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

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

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

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

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

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