#DDAEA6

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

Shades of Shilo #DDAEA6

Tints of Shilo #DDAEA6

Color information

#DDAEA6 (or 0xDDAEA6) is unknown color: approx Shilo. HEX triplet: DD, AE and A6. RGB value is (221,174,166). Sum of RGB (Red+Green+Blue) = 221+174+166=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 166 (65.23% from 255 or 29.59% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAEA6 is #225159. Grayscale: #BBBBBB. Windows color (decimal): -2249050 or 10923741. OLE color: 10923741.

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

Color convert

RGB221174166-
CMYK00.210.250.13
HSL8.73º44.72%75.88%-
HSV(B)8.73º24.89%86.67%-
XYZ51.8448.442.69-
YUV187.14116.07152.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 166 (65.23% from 255) = 29.59%
R=39.39%
G=31.02%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117416600.210.250.138.7344.7275.88
HexDDAEA601519D92d4c
Octal33525624602531151155114
Binary11011101101011101010011001010111001110110011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEA6; }

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

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

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

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

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

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

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

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