#DBBFBB

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

Shades of Cavern Pink #DBBFBB

Tints of Cavern Pink #DBBFBB

Color information

#DBBFBB (or 0xDBBFBB) is unknown color: approx Cavern Pink. HEX triplet: DB, BF and BB. RGB value is (219,191,187). Sum of RGB (Red+Green+Blue) = 219+191+187=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFBB is #244044. Grayscale: #C6C6C6. Windows color (decimal): -2375749 or 12304347. OLE color: 12304347.

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

Color convert

RGB219191187-
CMYK00.130.150.14
HSL7.5º30.77%79.61%-
HSV(B)7.5º14.61%85.88%-
XYZ56.8155.9154.81-
YUV198.92121.28142.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.68%
GREEN value IS 191 (75% from 255) = 31.99%
BLUE value IS 187 (73.44% from 255) = 31.32%
R=36.68%
G=31.99%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919118700.130.150.147.530.7779.61
HexDBBFBB0DFE81f50
Octal33327727301517161037120
Binary11011011101111111011101101101111111101000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBFBB; }

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

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

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

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

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

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

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

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