#DDAEA1

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

Shades of Shilo #DDAEA1

Tints of Shilo #DDAEA1

Color information

#DDAEA1 (or 0xDDAEA1) is unknown color: approx Shilo. HEX triplet: DD, AE and A1. RGB value is (221,174,161). Sum of RGB (Red+Green+Blue) = 221+174+161=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 161 (63.28% from 255 or 28.96% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAEA1 is #22515E. Grayscale: #BABABA. Windows color (decimal): -2249055 or 10596061. OLE color: 10596061.

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

Color convert

RGB221174161-
CMYK00.210.270.13
HSL13º46.88%74.9%-
HSV(B)13º27.15%86.67%-
XYZ51.3948.2240.32-
YUV186.57113.57152.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.75%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 161 (63.28% from 255) = 28.96%
R=39.75%
G=31.29%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117416100.210.270.131346.8874.9
HexDDAEA10151BDd2f4b
Octal33525624102533151557113
Binary11011101101011101010000101010111011110111011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEA1; }

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

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

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

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

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

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

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

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