#DFB0AB

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

Shades of Cavern Pink #DFB0AB

Tints of Cavern Pink #DFB0AB

Color information

#DFB0AB (or 0xDFB0AB) is unknown color: approx Cavern Pink. HEX triplet: DF, B0 and AB. RGB value is (223,176,171). Sum of RGB (Red+Green+Blue) = 223+176+171=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB0AB is #204F54. Grayscale: #BDBDBD. Windows color (decimal): -2117461 or 11251935. OLE color: 11251935.

HSL color Cylindrical-coordinate representation of color #DFB0AB: hue angle of 5.77º 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 #DFB0AB is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223176171-
CMYK00.210.230.13
HSL5.77º44.83%77.25%-
HSV(B)5.77º23.32%87.45%-
XYZ53.3149.6845.31-
YUV189.48117.57151.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.12%
GREEN value IS 176 (69.14% from 255) = 30.88%
BLUE value IS 171 (67.19% from 255) = 30%
R=39.12%
G=30.88%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317617100.210.230.135.7744.8377.25
HexDFB0AB01517D62d4d
Octal3372602530252715655115
Binary1101111110110000101010110101011011111011101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB0AB; }

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

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

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

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

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

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

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

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