#DDAFB0

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

Shades of Pale Chestnut #DDAFB0

Tints of Pale Chestnut #DDAFB0

Color information

#DDAFB0 (or 0xDDAFB0) is unknown color: approx Pale Chestnut. HEX triplet: DD, AF and B0. RGB value is (221,175,176). Sum of RGB (Red+Green+Blue) = 221+175+176=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 176 (69.14% from 255 or 30.77% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAFB0 is #22504F. Grayscale: #BCBCBC. Windows color (decimal): -2248784 or 11579357. OLE color: 11579357.

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

Color convert

RGB221175176-
CMYK00.210.200.13
HSL358.7º40.35%77.65%-
HSV(B)358.7º20.81%86.67%-
XYZ52.9949.1747.77-
YUV188.87120.74150.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.64%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 176 (69.14% from 255) = 30.77%
R=38.64%
G=30.59%
B=30.77%

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
Decimal22117517600.210.200.13358.740.3577.65
HexDDAFB001514D167284e
Octal335257260025241554750116
Binary1101110110101111101100000101011010011011011001111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFB0; }

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

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

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

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

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

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

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

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