#DFAEAF

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

Shades of Pale Chestnut #DFAEAF

Tints of Pale Chestnut #DFAEAF

Color information

#DFAEAF (or 0xDFAEAF) is unknown color: approx Pale Chestnut. HEX triplet: DF, AE and AF. RGB value is (223,174,175). Sum of RGB (Red+Green+Blue) = 223+174+175=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAEAF is #205150. Grayscale: #BCBCBC. Windows color (decimal): -2117969 or 11513567. OLE color: 11513567.

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

Color convert

RGB223174175-
CMYK00.220.220.13
HSL358.78º43.36%77.84%-
HSV(B)358.78º21.97%87.45%-
XYZ53.3149.0647.22-
YUV188.76120.23152.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.99%
GREEN value IS 174 (68.36% from 255) = 30.42%
BLUE value IS 175 (68.75% from 255) = 30.59%
R=38.99%
G=30.42%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317417500.220.220.13358.7843.3677.84
HexDFAEAF01616D1672b4e
Octal337256257026261554753116
Binary1101111110101110101011110101101011011011011001111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAEAF; }

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

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

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

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

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

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

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

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