#DCB3B2

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

Shades of Cavern Pink #DCB3B2

Tints of Cavern Pink #DCB3B2

Color information

#DCB3B2 (or 0xDCB3B2) is unknown color: approx Cavern Pink. HEX triplet: DC, B3 and B2. RGB value is (220,179,178). Sum of RGB (Red+Green+Blue) = 220+179+178=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 178 (69.92% from 255 or 30.85% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB3B2 is #234C4D. Grayscale: #BFBFBF. Windows color (decimal): -2313294 or 11711452. OLE color: 11711452.

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

Color convert

RGB220179178-
CMYK00.190.190.14
HSL1.43º37.5%78.04%-
HSV(B)1.43º19.09%86.27%-
XYZ53.6750.6749.07-
YUV191.14120.58148.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.13%
GREEN value IS 179 (70.31% from 255) = 31.02%
BLUE value IS 178 (69.92% from 255) = 30.85%
R=38.13%
G=31.02%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017917800.190.190.141.4337.578.04
HexDCB3B201313E1264e
Octal3342632620232316146116
Binary11011100101100111011001001001110011111011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3B2; }

 p { color: rgb(220,179,178); }

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

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

 a { background-color: rgb(220,179,178); }

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

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

 span { border-color: rgb(220,179,178); }

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