#DFBCB0

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

Shades of Cavern Pink #DFBCB0

Tints of Cavern Pink #DFBCB0

Color information

#DFBCB0 (or 0xDFBCB0) is unknown color: approx Cavern Pink. HEX triplet: DF, BC and B0. RGB value is (223,188,176). Sum of RGB (Red+Green+Blue) = 223+188+176=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBCB0 is #20434F. Grayscale: #C5C5C5. Windows color (decimal): -2114384 or 11582687. OLE color: 11582687.

HSL color Cylindrical-coordinate representation of color #DFBCB0: hue angle of 15.32º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFBCB0 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB223188176-
CMYK00.160.210.13
HSL15.32º42.34%78.24%-
HSV(B)15.32º21.08%87.45%-
XYZ56.2554.7948.68-
YUV197.1116.1146.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 188 (73.83% from 255) = 32.03%
BLUE value IS 176 (69.14% from 255) = 29.98%
R=37.99%
G=32.03%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318817600.160.210.1315.3242.3478.24
HexDFBCB001015Df2a4e
Octal33727426002025151752116
Binary11011111101111001011000001000010101110111111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCB0; }

 p { color: rgb(223,188,176); }

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

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

 a { background-color: rgb(223,188,176); }

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

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

 span { border-color: rgb(223,188,176); }

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