#DCBFBF

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

Shades of Cavern Pink #DCBFBF

Tints of Cavern Pink #DCBFBF

Color information

#DCBFBF (or 0xDCBFBF) is unknown color: approx Cavern Pink. HEX triplet: DC, BF and BF. RGB value is (220,191,191). Sum of RGB (Red+Green+Blue) = 220+191+191=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFBF is #234040. Grayscale: #C7C7C7. Windows color (decimal): -2310209 or 12566492. OLE color: 12566492.

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

Color convert

RGB220191191-
CMYK00.130.130.14
HSL29.29%80.59%-
HSV(B)13.18%86.27%-
XYZ57.5556.2457.11-
YUV199.67123.11142.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 191 (75% from 255) = 31.73%
BLUE value IS 191 (75% from 255) = 31.73%
R=36.54%
G=31.73%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019119100.130.130.14029.2980.59
HexDCBFBF0DDE01d51
Octal3342772770151516035121
Binary11011100101111111011111101101110111100111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFBF; }

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

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

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

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

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

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

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

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