#DFAFB1

Color #DFAFB1 Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #DFAFB1

Tints of Pale Chestnut #DFAFB1

Color information

#DFAFB1 (or 0xDFAFB1) is unknown color: approx Pale Chestnut. HEX triplet: DF, AF and B1. RGB value is (223,175,177). Sum of RGB (Red+Green+Blue) = 223+175+177=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 177 (69.53% from 255 or 30.78% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAFB1 is #20504E. Grayscale: #BDBDBD. Windows color (decimal): -2117711 or 11644895. OLE color: 11644895.

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

Color convert

RGB223175177-
CMYK00.220.210.13
HSL357.5º42.86%78.04%-
HSV(B)357.5º21.52%87.45%-
XYZ53.749.5248.32-
YUV189.58120.9151.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 175 (68.75% from 255) = 30.43%
BLUE value IS 177 (69.53% from 255) = 30.78%
R=38.78%
G=30.43%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317517700.220.210.13357.542.8678.04
HexDFAFB101615D1662b4e
Octal337257261026251554653116
Binary1101111110101111101100010101101010111011011001101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFB1; }

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

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

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

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

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

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

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

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