#DAABAD

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

Shades of Pale Chestnut #DAABAD

Tints of Pale Chestnut #DAABAD

Color information

#DAABAD (or 0xDAABAD) is unknown color: approx Pale Chestnut. HEX triplet: DA, AB and AD. RGB value is (218,171,173). Sum of RGB (Red+Green+Blue) = 218+171+173=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAABAD is #255452. Grayscale: #B9B9B9. Windows color (decimal): -2446419 or 11381722. OLE color: 11381722.

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

Color convert

RGB218171173-
CMYK00.220.210.15
HSL357.45º38.84%76.27%-
HSV(B)357.45º21.56%85.49%-
XYZ51.0247.0545.93-
YUV185.28121.07151.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 171 (67.19% from 255) = 30.43%
BLUE value IS 173 (67.97% from 255) = 30.78%
R=38.79%
G=30.43%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817117300.220.210.15357.4538.8476.27
HexDAABAD01615F165274c
Octal332253255026251754547114
Binary1101101010101011101011010101101010111111011001011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAABAD; }

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

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

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

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

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

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

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

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