#DCBCBB

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

Shades of Cavern Pink #DCBCBB

Tints of Cavern Pink #DCBCBB

Color information

#DCBCBB (or 0xDCBCBB) is unknown color: approx Cavern Pink. HEX triplet: DC, BC and BB. RGB value is (220,188,187). Sum of RGB (Red+Green+Blue) = 220+188+187=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCBB is #234344. Grayscale: #C5C5C5. Windows color (decimal): -2310981 or 12303580. OLE color: 12303580.

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

Color convert

RGB220188187-
CMYK00.150.150.14
HSL1.82º32.04%79.8%-
HSV(B)1.82º15%86.27%-
XYZ56.4754.7754.61-
YUV197.45122.1144.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 188 (73.83% from 255) = 31.60%
BLUE value IS 187 (73.44% from 255) = 31.43%
R=36.97%
G=31.60%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018818700.150.150.141.8232.0479.8
HexDCBCBB0FFE22050
Octal3342742730171716240120
Binary1101110010111100101110110111111111110101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCBB; }

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

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

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

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

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

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

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

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