#DFBCB9

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

Shades of Cavern Pink #DFBCB9

Tints of Cavern Pink #DFBCB9

Color information

#DFBCB9 (or 0xDFBCB9) is unknown color: approx Cavern Pink. HEX triplet: DF, BC and B9. RGB value is (223,188,185). Sum of RGB (Red+Green+Blue) = 223+188+185=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCB9 is #204346. Grayscale: #C6C6C6. Windows color (decimal): -2114375 or 12172511. OLE color: 12172511.

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

Color convert

RGB223188185-
CMYK00.160.170.13
HSL4.74º37.25%80%-
HSV(B)4.74º17.04%87.45%-
XYZ57.1755.1653.53-
YUV198.12120.6145.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 188 (73.83% from 255) = 31.54%
BLUE value IS 185 (72.66% from 255) = 31.04%
R=37.42%
G=31.54%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318818500.160.170.134.7437.2580
HexDFBCB901011D52550
Octal3372742710202115545120
Binary1101111110111100101110010100001000111011011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCB9; }

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

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

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

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

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

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

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

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