#DDAFA9

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

Shades of Shilo #DDAFA9

Tints of Shilo #DDAFA9

Color information

#DDAFA9 (or 0xDDAFA9) is unknown color: approx Shilo. HEX triplet: DD, AF and A9. RGB value is (221,175,169). Sum of RGB (Red+Green+Blue) = 221+175+169=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 169 (66.41% from 255 or 29.91% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAFA9 is #225056. Grayscale: #BCBCBC. Windows color (decimal): -2248791 or 11120605. OLE color: 11120605.

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

Color convert

RGB221175169-
CMYK00.210.240.13
HSL6.92º43.33%76.47%-
HSV(B)6.92º23.53%86.67%-
XYZ52.3148.944.22-
YUV188.07117.24151.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.12%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 169 (66.41% from 255) = 29.91%
R=39.12%
G=30.97%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117516900.210.240.136.9243.3376.47
HexDDAFA901518D72b4c
Octal3352572510253015753114
Binary1101110110101111101010010101011100011011111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFA9; }

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

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

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

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

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

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

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

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