#DCBFBA

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

Shades of Cavern Pink #DCBFBA

Tints of Cavern Pink #DCBFBA

Color information

#DCBFBA (or 0xDCBFBA) is unknown color: approx Cavern Pink. HEX triplet: DC, BF and BA. RGB value is (220,191,186). Sum of RGB (Red+Green+Blue) = 220+191+186=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFBA is #234045. Grayscale: #C7C7C7. Windows color (decimal): -2310214 or 12238812. OLE color: 12238812.

HSL color Cylindrical-coordinate representation of color #DCBFBA: hue angle of 8.82º degrees, saturation: 0.33, 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 #DCBFBA is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB220191186-
CMYK00.130.150.14
HSL8.82º32.69%79.61%-
HSV(B)8.82º15.45%86.27%-
XYZ57.0156.0254.26-
YUV199.1120.61142.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.85%
GREEN value IS 191 (75% from 255) = 31.99%
BLUE value IS 186 (73.05% from 255) = 31.16%
R=36.85%
G=31.99%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019118600.130.150.148.8232.6979.61
HexDCBFBA0DFE92150
Octal33427727201517161141120
Binary110111001011111110111010011011111111010011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFBA; }

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

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

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

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

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

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

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

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