#DCB8B7

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

Shades of Cavern Pink #DCB8B7

Tints of Cavern Pink #DCB8B7

Color information

#DCB8B7 (or 0xDCB8B7) is unknown color: approx Cavern Pink. HEX triplet: DC, B8 and B7. RGB value is (220,184,183). Sum of RGB (Red+Green+Blue) = 220+184+183=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 184 (72.27% from 255 or 31.35% from 587); Blue value is 183 (71.88% from 255 or 31.18% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8B7 is #234748. Grayscale: #C2C2C2. Windows color (decimal): -2312009 or 12040412. OLE color: 12040412.

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

Color convert

RGB220184183-
CMYK00.160.170.14
HSL1.62º34.58%79.02%-
HSV(B)1.62º16.82%86.27%-
XYZ55.252.9252.1-
YUV194.65121.43146.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 184 (72.27% from 255) = 31.35%
BLUE value IS 183 (71.88% from 255) = 31.18%
R=37.48%
G=31.35%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018418300.160.170.141.6234.5879.02
HexDCB8B701011E2234f
Octal3342702670202116243117
Binary110111001011100010110111010000100011110101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB8B7; }

 p { color: rgb(220,184,183); }

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

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

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

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

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

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

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