#DFADB1

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

Shades of Pale Chestnut #DFADB1

Tints of Pale Chestnut #DFADB1

Color information

#DFADB1 (or 0xDFADB1) is unknown color: approx Pale Chestnut. HEX triplet: DF, AD and B1. RGB value is (223,173,177). Sum of RGB (Red+Green+Blue) = 223+173+177=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFADB1 is #20524E. Grayscale: #BCBCBC. Windows color (decimal): -2118223 or 11644383. OLE color: 11644383.

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

Color convert

RGB223173177-
CMYK00.220.210.13
HSL355.2º43.86%77.65%-
HSV(B)355.2º22.42%87.45%-
XYZ53.3148.7548.19-
YUV188.41121.56152.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.92%
GREEN value IS 173 (67.97% from 255) = 30.19%
BLUE value IS 177 (69.53% from 255) = 30.89%
R=38.92%
G=30.19%
B=30.89%

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
Decimal22317317700.220.210.13355.243.8677.65
HexDFADB101615D1632c4e
Octal337255261026251554354116
Binary1101111110101101101100010101101010111011011000111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFADB1; }

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

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

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

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

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

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

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

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