#DDAFA7

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

Shades of Shilo #DDAFA7

Tints of Shilo #DDAFA7

Color information

#DDAFA7 (or 0xDDAFA7) is unknown color: approx Shilo. HEX triplet: DD, AF and A7. RGB value is (221,175,167). Sum of RGB (Red+Green+Blue) = 221+175+167=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 167 (65.62% from 255 or 29.66% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAFA7 is #225058. Grayscale: #BBBBBB. Windows color (decimal): -2248793 or 10989533. OLE color: 10989533.

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

Color convert

RGB221175167-
CMYK00.210.240.13
HSL8.89º44.26%76.08%-
HSV(B)8.89º24.43%86.67%-
XYZ52.1248.8243.24-
YUV187.84116.24151.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 167 (65.62% from 255) = 29.66%
R=39.25%
G=31.08%
B=29.66%

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
Decimal22117516700.210.240.138.8944.2676.08
HexDDAFA701518D92c4c
Octal33525724702530151154114
Binary11011101101011111010011101010111000110110011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFA7; }

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

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

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

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

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

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

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

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