#DAACAF

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

Shades of Pale Chestnut #DAACAF

Tints of Pale Chestnut #DAACAF

Color information

#DAACAF (or 0xDAACAF) is unknown color: approx Pale Chestnut. HEX triplet: DA, AC and AF. RGB value is (218,172,175). Sum of RGB (Red+Green+Blue) = 218+172+175=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAACAF is #255350. Grayscale: #BABABA. Windows color (decimal): -2446161 or 11513050. OLE color: 11513050.

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

Color convert

RGB218172175-
CMYK00.210.200.15
HSL356.09º38.33%76.47%-
HSV(B)356.09º21.1%85.49%-
XYZ51.447.5147.02-
YUV186.1121.74150.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.58%
GREEN value IS 172 (67.58% from 255) = 30.44%
BLUE value IS 175 (68.75% from 255) = 30.97%
R=38.58%
G=30.44%
B=30.97%

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
Decimal21817217500.210.200.15356.0938.3376.47
HexDAACAF01514F164264c
Octal332254257025241754446114
Binary1101101010101100101011110101011010011111011001001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACAF; }

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

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

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

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

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

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

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

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