#DBBFBE

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

Shades of Cavern Pink #DBBFBE

Tints of Cavern Pink #DBBFBE

Color information

#DBBFBE (or 0xDBBFBE) is unknown color: approx Cavern Pink. HEX triplet: DB, BF and BE. RGB value is (219,191,190). Sum of RGB (Red+Green+Blue) = 219+191+190=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFBE is #244041. Grayscale: #C7C7C7. Windows color (decimal): -2375746 or 12500955. OLE color: 12500955.

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

Color convert

RGB219191190-
CMYK00.130.130.14
HSL2.07º28.71%80.2%-
HSV(B)2.07º13.24%85.88%-
XYZ57.1456.0456.52-
YUV199.26122.78142.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.5%
GREEN value IS 191 (75% from 255) = 31.83%
BLUE value IS 190 (74.61% from 255) = 31.67%
R=36.5%
G=31.83%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919119000.130.130.142.0728.7180.2
HexDBBFBE0DDE21d50
Octal3332772760151516235120
Binary110110111011111110111110011011101111010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBFBE; }

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

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

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

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

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

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

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

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