#DFB9AB

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

Shades of Cavern Pink #DFB9AB

Tints of Cavern Pink #DFB9AB

Color information

#DFB9AB (or 0xDFB9AB) is unknown color: approx Cavern Pink. HEX triplet: DF, B9 and AB. RGB value is (223,185,171). Sum of RGB (Red+Green+Blue) = 223+185+171=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB9AB is #204654. Grayscale: #C2C2C2. Windows color (decimal): -2115157 or 11254239. OLE color: 11254239.

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

Color convert

RGB223185171-
CMYK00.170.230.13
HSL16.15º44.83%77.25%-
HSV(B)16.15º23.32%87.45%-
XYZ55.1353.3345.92-
YUV194.77114.59148.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.51%
GREEN value IS 185 (72.66% from 255) = 31.95%
BLUE value IS 171 (67.19% from 255) = 29.53%
R=38.51%
G=31.95%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318517100.170.230.1316.1544.8377.25
HexDFB9AB01117D102d4d
Octal33727125302127152055115
Binary110111111011100110101011010001101111101100001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB9AB; }

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

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

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

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

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

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

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

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