#DCB4B4

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

Shades of Cavern Pink #DCB4B4

Tints of Cavern Pink #DCB4B4

Color information

#DCB4B4 (or 0xDCB4B4) is unknown color: approx Cavern Pink. HEX triplet: DC, B4 and B4. RGB value is (220,180,180). Sum of RGB (Red+Green+Blue) = 220+180+180=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 180 (70.70% from 255 or 31.03% from 580); Blue value is 180 (70.70% from 255 or 31.03% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4B4 is #234B4B. Grayscale: #C0C0C0. Windows color (decimal): -2313036 or 11842780. OLE color: 11842780.

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

Color convert

RGB220180180-
CMYK00.180.180.14
HSL36.36%78.43%-
HSV(B)18.18%86.27%-
XYZ54.0751.1550.2-
YUV191.96121.25148-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.93%
GREEN value IS 180 (70.70% from 255) = 31.03%
BLUE value IS 180 (70.70% from 255) = 31.03%
R=37.93%
G=31.03%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018018000.180.180.14036.3678.43
HexDCB4B401212E0244e
Octal3342642640222216044116
Binary11011100101101001011010001001010010111001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB4B4; }

 p { color: rgb(220,180,180); }

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

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

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

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

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

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

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