#DFB1AB

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

Shades of Cavern Pink #DFB1AB

Tints of Cavern Pink #DFB1AB

Color information

#DFB1AB (or 0xDFB1AB) is unknown color: approx Cavern Pink. HEX triplet: DF, B1 and AB. RGB value is (223,177,171). Sum of RGB (Red+Green+Blue) = 223+177+171=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB1AB is #204E54. Grayscale: #BEBEBE. Windows color (decimal): -2117205 or 11252191. OLE color: 11252191.

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

Color convert

RGB223177171-
CMYK00.210.230.13
HSL6.92º44.83%77.25%-
HSV(B)6.92º23.32%87.45%-
XYZ53.550.0745.37-
YUV190.07117.24151.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.05%
GREEN value IS 177 (69.53% from 255) = 31.00%
BLUE value IS 171 (67.19% from 255) = 29.95%
R=39.05%
G=31.00%
B=29.95%

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
Decimal22317717100.210.230.136.9244.8377.25
HexDFB1AB01517D72d4d
Octal3372612530252715755115
Binary1101111110110001101010110101011011111011111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1AB; }

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

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

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

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

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

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

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

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