#DBC1BD

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

Shades of Cavern Pink #DBC1BD

Tints of Cavern Pink #DBC1BD

Color information

#DBC1BD (or 0xDBC1BD) is unknown color: approx Cavern Pink. HEX triplet: DB, C1 and BD. RGB value is (219,193,189). Sum of RGB (Red+Green+Blue) = 219+193+189=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 193 (75.78% from 255 or 32.11% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1BD is #243E42. Grayscale: #C8C8C8. Windows color (decimal): -2375235 or 12435931. OLE color: 12435931.

HSL color Cylindrical-coordinate representation of color #DBC1BD: hue angle of 8º 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 #DBC1BD is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB219193189-
CMYK00.120.140.14
HSL29.41%80%-
HSV(B)13.7%85.88%-
XYZ57.4756.8756.09-
YUV200.32121.61141.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.44%
GREEN value IS 193 (75.78% from 255) = 32.11%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=36.44%
G=32.11%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919318900.120.140.14829.4180
HexDBC1BD0CEE81d50
Octal33330127501416161035120
Binary11011011110000011011110101100111011101000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC1BD; }

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

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

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

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

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

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

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

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