#DCBAB6

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

Shades of Cavern Pink #DCBAB6

Tints of Cavern Pink #DCBAB6

Color information

#DCBAB6 (or 0xDCBAB6) is unknown color: approx Cavern Pink. HEX triplet: DC, BA and B6. RGB value is (220,186,182). Sum of RGB (Red+Green+Blue) = 220+186+182=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 182 (71.48% from 255 or 30.95% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAB6 is #234549. Grayscale: #C3C3C3. Windows color (decimal): -2311498 or 11975388. OLE color: 11975388.

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

Color convert

RGB220186182-
CMYK00.150.170.14
HSL6.32º35.19%78.82%-
HSV(B)6.32º17.27%86.27%-
XYZ55.5253.7151.7-
YUV195.71120.26145.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 186 (73.05% from 255) = 31.63%
BLUE value IS 182 (71.48% from 255) = 30.95%
R=37.41%
G=31.63%
B=30.95%

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
Decimal22018618200.150.170.146.3235.1978.82
HexDCBAB60F11E6234f
Octal3342722660172116643117
Binary110111001011101010110110011111000111101101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAB6; }

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

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

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

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

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

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

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

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