#DCBFB8

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

Shades of Cavern Pink #DCBFB8

Tints of Cavern Pink #DCBFB8

Color information

#DCBFB8 (or 0xDCBFB8) is unknown color: approx Cavern Pink. HEX triplet: DC, BF and B8. RGB value is (220,191,184). Sum of RGB (Red+Green+Blue) = 220+191+184=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 184 (72.27% from 255 or 30.92% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFB8 is #234047. Grayscale: #C6C6C6. Windows color (decimal): -2310216 or 12107740. OLE color: 12107740.

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

Color convert

RGB220191184-
CMYK00.130.160.14
HSL11.67º33.96%79.22%-
HSV(B)11.67º16.36%86.27%-
XYZ56.855.9453.15-
YUV198.87119.61143.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 191 (75% from 255) = 32.10%
BLUE value IS 184 (72.27% from 255) = 30.92%
R=36.97%
G=32.10%
B=30.92%

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
Decimal22019118400.130.160.1411.6733.9679.22
HexDCBFB80D10Ec224f
Octal33427727001520161442117
Binary1101110010111111101110000110110000111011001000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFB8; }

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

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

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

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

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

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

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

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