#DAAFB2

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

Shades of Pale Chestnut #DAAFB2

Tints of Pale Chestnut #DAAFB2

Color information

#DAAFB2 (or 0xDAAFB2) is unknown color: approx Pale Chestnut. HEX triplet: DA, AF and B2. RGB value is (218,175,178). Sum of RGB (Red+Green+Blue) = 218+175+178=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAFB2 is #25504D. Grayscale: #BCBCBC. Windows color (decimal): -2445390 or 11710426. OLE color: 11710426.

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

Color convert

RGB218175178-
CMYK00.200.180.15
HSL355.81º36.75%77.06%-
HSV(B)355.81º19.72%85.49%-
XYZ52.2848.7848.78-
YUV188.2122.25149.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 175 (68.75% from 255) = 30.65%
BLUE value IS 178 (69.92% from 255) = 31.17%
R=38.18%
G=30.65%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817517800.200.180.15355.8136.7577.06
HexDAAFB201412F164254d
Octal332257262024221754445115
Binary1101101010101111101100100101001001011111011001001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFB2; }

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

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

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

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

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

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

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

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