#DAAAAE

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

Shades of Pale Chestnut #DAAAAE

Tints of Pale Chestnut #DAAAAE

Color information

#DAAAAE (or 0xDAAAAE) is unknown color: approx Pale Chestnut. HEX triplet: DA, AA and AE. RGB value is (218,170,174). Sum of RGB (Red+Green+Blue) = 218+170+174=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAAAE is #255551. Grayscale: #B8B8B8. Windows color (decimal): -2446674 or 11447002. OLE color: 11447002.

HSL color Cylindrical-coordinate representation of color #DAAAAE: hue angle of 355º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAAAAE is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB218170174-
CMYK00.220.200.15
HSL355º39.34%76.08%-
HSV(B)355º22.02%85.49%-
XYZ50.9346.7146.38-
YUV184.81121.9151.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 170 (66.80% from 255) = 30.25%
BLUE value IS 174 (68.36% from 255) = 30.96%
R=38.79%
G=30.25%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817017400.220.200.1535539.3476.08
HexDAAAAE01614F163274c
Octal332252256026241754347114
Binary1101101010101010101011100101101010011111011000111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAAAE; }

 p { color: rgb(218,170,174); }

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

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

 a { background-color: rgb(218,170,174); }

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

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

 span { border-color: rgb(218,170,174); }

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