#DCBFB9

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

Shades of Cavern Pink #DCBFB9

Tints of Cavern Pink #DCBFB9

Color information

#DCBFB9 (or 0xDCBFB9) is unknown color: approx Cavern Pink. HEX triplet: DC, BF and B9. RGB value is (220,191,185). Sum of RGB (Red+Green+Blue) = 220+191+185=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFB9 is #234046. Grayscale: #C7C7C7. Windows color (decimal): -2310215 or 12173276. OLE color: 12173276.

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

Color convert

RGB220191185-
CMYK00.130.160.14
HSL10.29º33.33%79.41%-
HSV(B)10.29º15.91%86.27%-
XYZ56.955.9853.71-
YUV198.99120.11142.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 191 (75% from 255) = 32.05%
BLUE value IS 185 (72.66% from 255) = 31.04%
R=36.91%
G=32.05%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019118500.130.160.1410.2933.3379.41
HexDCBFB90D10Ea214f
Octal33427727101520161241117
Binary1101110010111111101110010110110000111010101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFB9; }

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

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

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

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

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

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

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

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