#DAAFB1

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

Shades of Pale Chestnut #DAAFB1

Tints of Pale Chestnut #DAAFB1

Color information

#DAAFB1 (or 0xDAAFB1) is unknown color: approx Pale Chestnut. HEX triplet: DA, AF and B1. RGB value is (218,175,177). Sum of RGB (Red+Green+Blue) = 218+175+177=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAFB1 is #25504E. Grayscale: #BCBCBC. Windows color (decimal): -2445391 or 11644890. OLE color: 11644890.

HSL color Cylindrical-coordinate representation of color #DAAFB1: hue angle of 357.21º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAAFB1 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB218175177-
CMYK00.200.190.15
HSL357.21º36.75%77.06%-
HSV(B)357.21º19.72%85.49%-
XYZ52.1848.7448.25-
YUV188.08121.75149.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 175 (68.75% from 255) = 30.70%
BLUE value IS 177 (69.53% from 255) = 31.05%
R=38.25%
G=30.70%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817517700.200.190.15357.2136.7577.06
HexDAAFB101413F165254d
Octal332257261024231754545115
Binary1101101010101111101100010101001001111111011001011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFB1; }

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

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

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

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

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

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

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

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