#DCB6B3

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

Shades of Cavern Pink #DCB6B3

Tints of Cavern Pink #DCB6B3

Color information

#DCB6B3 (or 0xDCB6B3) is unknown color: approx Cavern Pink. HEX triplet: DC, B6 and B3. RGB value is (220,182,179). Sum of RGB (Red+Green+Blue) = 220+182+179=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 182 (71.48% from 255 or 31.33% from 581); Blue value is 179 (70.31% from 255 or 30.81% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB6B3 is #23494C. Grayscale: #C1C1C1. Windows color (decimal): -2312525 or 11777756. OLE color: 11777756.

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

Color convert

RGB220182179-
CMYK00.170.190.14
HSL4.39º36.94%78.24%-
HSV(B)4.39º18.64%86.27%-
XYZ54.3851.9349.8-
YUV193.02120.09147.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.87%
GREEN value IS 182 (71.48% from 255) = 31.33%
BLUE value IS 179 (70.31% from 255) = 30.81%
R=37.87%
G=31.33%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018217900.170.190.144.3936.9478.24
HexDCB6B301113E4254e
Octal3342662630212316445116
Binary1101110010110110101100110100011001111101001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB6B3; }

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

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

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

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

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

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

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

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