#DAABAF

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

Shades of Pale Chestnut #DAABAF

Tints of Pale Chestnut #DAABAF

Color information

#DAABAF (or 0xDAABAF) is unknown color: approx Pale Chestnut. HEX triplet: DA, AB and AF. RGB value is (218,171,175). Sum of RGB (Red+Green+Blue) = 218+171+175=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAABAF is #255450. Grayscale: #B9B9B9. Windows color (decimal): -2446417 or 11512794. OLE color: 11512794.

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

Color convert

RGB218171175-
CMYK00.220.200.15
HSL354.89º38.84%76.27%-
HSV(B)354.89º21.56%85.49%-
XYZ51.2147.1346.95-
YUV185.51122.07151.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.65%
GREEN value IS 171 (67.19% from 255) = 30.32%
BLUE value IS 175 (68.75% from 255) = 31.03%
R=38.65%
G=30.32%
B=31.03%

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
Decimal21817117500.220.200.15354.8938.8476.27
HexDAABAF01614F163274c
Octal332253257026241754347114
Binary1101101010101011101011110101101010011111011000111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAABAF; }

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

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

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

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

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

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

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

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