#DDAEA4

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

Shades of Shilo #DDAEA4

Tints of Shilo #DDAEA4

Color information

#DDAEA4 (or 0xDDAEA4) is unknown color: approx Shilo. HEX triplet: DD, AE and A4. RGB value is (221,174,164). Sum of RGB (Red+Green+Blue) = 221+174+164=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 164 (64.45% from 255 or 29.34% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAEA4 is #22515B. Grayscale: #BABABA. Windows color (decimal): -2249052 or 10792669. OLE color: 10792669.

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

Color convert

RGB221174164-
CMYK00.210.260.13
HSL10.53º45.6%75.49%-
HSV(B)10.53º25.79%86.67%-
XYZ51.6648.3241.73-
YUV186.91115.07152.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.53%
GREEN value IS 174 (68.36% from 255) = 31.13%
BLUE value IS 164 (64.45% from 255) = 29.34%
R=39.53%
G=31.13%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117416400.210.260.1310.5345.675.49
HexDDAEA40151ADb2e4b
Octal33525624402532151356113
Binary11011101101011101010010001010111010110110111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEA4; }

 p { color: rgb(221,174,164); }

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

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

 a { background-color: rgb(221,174,164); }

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

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

 span { border-color: rgb(221,174,164); }

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