#DCBCB6

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

Shades of Cavern Pink #DCBCB6

Tints of Cavern Pink #DCBCB6

Color information

#DCBCB6 (or 0xDCBCB6) is unknown color: approx Cavern Pink. HEX triplet: DC, BC and B6. RGB value is (220,188,182). Sum of RGB (Red+Green+Blue) = 220+188+182=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCB6 is #234349. Grayscale: #C4C4C4. Windows color (decimal): -2310986 or 11975900. OLE color: 11975900.

HSL color Cylindrical-coordinate representation of color #DCBCB6: hue angle of 9.47º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCBCB6 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB220188182-
CMYK00.150.170.14
HSL9.47º35.19%78.82%-
HSV(B)9.47º17.27%86.27%-
XYZ55.9454.5651.84-
YUV196.88119.6144.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 188 (73.83% from 255) = 31.86%
BLUE value IS 182 (71.48% from 255) = 30.85%
R=37.29%
G=31.86%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018818200.150.170.149.4735.1978.82
HexDCBCB60F11E9234f
Octal33427426601721161143117
Binary1101110010111100101101100111110001111010011000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCB6; }

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

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

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

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

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

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

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

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