#DFAFB2

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

Shades of Pale Chestnut #DFAFB2

Tints of Pale Chestnut #DFAFB2

Color information

#DFAFB2 (or 0xDFAFB2) is unknown color: approx Pale Chestnut. HEX triplet: DF, AF and B2. RGB value is (223,175,178). Sum of RGB (Red+Green+Blue) = 223+175+178=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 178 (69.92% from 255 or 30.90% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAFB2 is #20504D. Grayscale: #BDBDBD. Windows color (decimal): -2117710 or 11710431. OLE color: 11710431.

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

Color convert

RGB223175178-
CMYK00.220.200.13
HSL356.25º42.86%78.04%-
HSV(B)356.25º21.52%87.45%-
XYZ53.849.5648.85-
YUV189.69121.4151.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.72%
GREEN value IS 175 (68.75% from 255) = 30.38%
BLUE value IS 178 (69.92% from 255) = 30.90%
R=38.72%
G=30.38%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317517800.220.200.13356.2542.8678.04
HexDFAFB201614D1642b4e
Octal337257262026241554453116
Binary1101111110101111101100100101101010011011011001001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFB2; }

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

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

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

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

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

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

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

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