#DDAFB1

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

Shades of Pale Chestnut #DDAFB1

Tints of Pale Chestnut #DDAFB1

Color information

#DDAFB1 (or 0xDDAFB1) is unknown color: approx Pale Chestnut. HEX triplet: DD, AF and B1. RGB value is (221,175,177). Sum of RGB (Red+Green+Blue) = 221+175+177=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAFB1 is #22504E. Grayscale: #BDBDBD. Windows color (decimal): -2248783 or 11644893. OLE color: 11644893.

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

Color convert

RGB221175177-
CMYK00.210.200.13
HSL357.39º40.35%77.65%-
HSV(B)357.39º20.81%86.67%-
XYZ53.0849.2148.29-
YUV188.98121.24150.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 175 (68.75% from 255) = 30.54%
BLUE value IS 177 (69.53% from 255) = 30.89%
R=38.57%
G=30.54%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117517700.210.200.13357.3940.3577.65
HexDDAFB101514D165284e
Octal335257261025241554550116
Binary1101110110101111101100010101011010011011011001011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFB1; }

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

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

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

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

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

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

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

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