#DFAEA6

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

Shades of Shilo #DFAEA6

Tints of Shilo #DFAEA6

Color information

#DFAEA6 (or 0xDFAEA6) is unknown color: approx Shilo. HEX triplet: DF, AE and A6. RGB value is (223,174,166). Sum of RGB (Red+Green+Blue) = 223+174+166=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 166 (65.23% from 255 or 29.48% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAEA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAEA6 is #205159. Grayscale: #BBBBBB. Windows color (decimal): -2117978 or 10923743. OLE color: 10923743.

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

Color convert

RGB223174166-
CMYK00.220.260.13
HSL8.42º47.11%76.27%-
HSV(B)8.42º25.56%87.45%-
XYZ52.4548.7142.71-
YUV187.74115.73153.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.61%
GREEN value IS 174 (68.36% from 255) = 30.91%
BLUE value IS 166 (65.23% from 255) = 29.48%
R=39.61%
G=30.91%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317416600.220.260.138.4247.1176.27
HexDFAEA60161AD82f4c
Octal33725624602632151057114
Binary11011111101011101010011001011011010110110001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAEA6; }

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

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

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

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

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

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

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

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