#DCBDBA

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

Shades of Cavern Pink #DCBDBA

Tints of Cavern Pink #DCBDBA

Color information

#DCBDBA (or 0xDCBDBA) is unknown color: approx Cavern Pink. HEX triplet: DC, BD and BA. RGB value is (220,189,186). Sum of RGB (Red+Green+Blue) = 220+189+186=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDBA is #234245. Grayscale: #C5C5C5. Windows color (decimal): -2310726 or 12238300. OLE color: 12238300.

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

Color convert

RGB220189186-
CMYK00.140.150.14
HSL5.29º32.69%79.61%-
HSV(B)5.29º15.45%86.27%-
XYZ56.5855.1654.12-
YUV197.93121.27143.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 189 (74.22% from 255) = 31.76%
BLUE value IS 186 (73.05% from 255) = 31.26%
R=36.97%
G=31.76%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018918600.140.150.145.2932.6979.61
HexDCBDBA0EFE52150
Octal3342752720161716541120
Binary11011100101111011011101001110111111101011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDBA; }

 p { color: rgb(220,189,186); }

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

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

 a { background-color: rgb(220,189,186); }

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

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

 span { border-color: rgb(220,189,186); }

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