#DAADAF

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

Shades of Pale Chestnut #DAADAF

Tints of Pale Chestnut #DAADAF

Color information

#DAADAF (or 0xDAADAF) is unknown color: approx Pale Chestnut. HEX triplet: DA, AD and AF. RGB value is (218,173,175). Sum of RGB (Red+Green+Blue) = 218+173+175=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAADAF is #255250. Grayscale: #BABABA. Windows color (decimal): -2445905 or 11513306. OLE color: 11513306.

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

Color convert

RGB218173175-
CMYK00.210.200.15
HSL357.33º37.82%76.67%-
HSV(B)357.33º20.64%85.49%-
XYZ51.5947.8947.08-
YUV186.68121.41150.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 173 (67.97% from 255) = 30.57%
BLUE value IS 175 (68.75% from 255) = 30.92%
R=38.52%
G=30.57%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817317500.210.200.15357.3337.8276.67
HexDAADAF01514F165264d
Octal332255257025241754546115
Binary1101101010101101101011110101011010011111011001011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAADAF; }

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

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

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

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

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

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

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

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