#DCB5B4

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

Shades of Cavern Pink #DCB5B4

Tints of Cavern Pink #DCB5B4

Color information

#DCB5B4 (or 0xDCB5B4) is unknown color: approx Cavern Pink. HEX triplet: DC, B5 and B4. RGB value is (220,181,180). Sum of RGB (Red+Green+Blue) = 220+181+180=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5B4 is #234A4B. Grayscale: #C0C0C0. Windows color (decimal): -2312780 or 11843036. OLE color: 11843036.

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

Color convert

RGB220181180-
CMYK00.180.180.14
HSL1.5º36.36%78.43%-
HSV(B)1.5º18.18%86.27%-
XYZ54.2851.5650.27-
YUV192.55120.92147.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.87%
GREEN value IS 181 (71.09% from 255) = 31.15%
BLUE value IS 180 (70.70% from 255) = 30.98%
R=37.87%
G=31.15%
B=30.98%

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
Decimal22018118000.180.180.141.536.3678.43
HexDCB5B401212E2244e
Octal3342652640222216244116
Binary110111001011010110110100010010100101110101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5B4; }

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

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

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

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

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

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

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

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