#DBBEBD

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

Shades of Cavern Pink #DBBEBD

Tints of Cavern Pink #DBBEBD

Color information

#DBBEBD (or 0xDBBEBD) is unknown color: approx Cavern Pink. HEX triplet: DB, BE and BD. RGB value is (219,190,189). Sum of RGB (Red+Green+Blue) = 219+190+189=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBEBD is #244142. Grayscale: #C6C6C6. Windows color (decimal): -2376003 or 12435163. OLE color: 12435163.

HSL color Cylindrical-coordinate representation of color #DBBEBD: hue angle of 2º degrees, saturation: 0.29, 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 #DBBEBD is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB219190189-
CMYK00.130.140.14
HSL29.41%80%-
HSV(B)13.7%85.88%-
XYZ56.8155.5655.87-
YUV198.56122.61142.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.62%
GREEN value IS 190 (74.61% from 255) = 31.77%
BLUE value IS 189 (74.22% from 255) = 31.61%
R=36.62%
G=31.77%
B=31.61%

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
Decimal21919018900.130.140.14229.4180
HexDBBEBD0DEE21d50
Octal3332762750151616235120
Binary110110111011111010111101011011110111010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBEBD; }

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

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

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

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

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

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

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

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