#DDAFB2

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

Shades of Pale Chestnut #DDAFB2

Tints of Pale Chestnut #DDAFB2

Color information

#DDAFB2 (or 0xDDAFB2) is unknown color: approx Pale Chestnut. HEX triplet: DD, AF and B2. RGB value is (221,175,178). Sum of RGB (Red+Green+Blue) = 221+175+178=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAFB2 is #22504D. Grayscale: #BDBDBD. Windows color (decimal): -2248782 or 11710429. OLE color: 11710429.

HSL color Cylindrical-coordinate representation of color #DDAFB2: hue angle of 356.09º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAFB2 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB221175178-
CMYK00.210.190.13
HSL356.09º40.35%77.65%-
HSV(B)356.09º20.81%86.67%-
XYZ53.1849.2548.82-
YUV189.1121.74150.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 175 (68.75% from 255) = 30.49%
BLUE value IS 178 (69.92% from 255) = 31.01%
R=38.50%
G=30.49%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117517800.210.190.13356.0940.3577.65
HexDDAFB201513D164284e
Octal335257262025231554450116
Binary1101110110101111101100100101011001111011011001001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFB2; }

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

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

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

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

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

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

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

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