#DAAEB0

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

Shades of Pale Chestnut #DAAEB0

Tints of Pale Chestnut #DAAEB0

Color information

#DAAEB0 (or 0xDAAEB0) is unknown color: approx Pale Chestnut. HEX triplet: DA, AE and B0. RGB value is (218,174,176). Sum of RGB (Red+Green+Blue) = 218+174+176=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAEB0 is #25514F. Grayscale: #BBBBBB. Windows color (decimal): -2445648 or 11579098. OLE color: 11579098.

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

Color convert

RGB218174176-
CMYK00.200.190.15
HSL357.27º37.29%76.86%-
HSV(B)357.27º20.18%85.49%-
XYZ51.8948.3147.66-
YUV187.38121.58149.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 176 (69.14% from 255) = 30.99%
R=38.38%
G=30.63%
B=30.99%

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
Decimal21817417600.200.190.15357.2737.2976.86
HexDAAEB001413F165254d
Octal332256260024231754545115
Binary1101101010101110101100000101001001111111011001011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEB0; }

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

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

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

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

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

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

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

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