#DDAFA8

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

Shades of Shilo #DDAFA8

Tints of Shilo #DDAFA8

Color information

#DDAFA8 (or 0xDDAFA8) is unknown color: approx Shilo. HEX triplet: DD, AF and A8. RGB value is (221,175,168). Sum of RGB (Red+Green+Blue) = 221+175+168=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 168 (66.02% from 255 or 29.79% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAFA8 is #225057. Grayscale: #BCBCBC. Windows color (decimal): -2248792 or 11055069. OLE color: 11055069.

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

Color convert

RGB221175168-
CMYK00.210.240.13
HSL7.92º43.8%76.27%-
HSV(B)7.92º23.98%86.67%-
XYZ52.2248.8643.72-
YUV187.96116.74151.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.18%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 168 (66.02% from 255) = 29.79%
R=39.18%
G=31.03%
B=29.79%

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
Decimal22117516800.210.240.137.9243.876.27
HexDDAFA801518D82c4c
Octal33525725002530151054114
Binary11011101101011111010100001010111000110110001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFA8; }

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

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

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

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

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

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

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

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