#DFAEA8

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

Shades of Shilo #DFAEA8

Tints of Shilo #DFAEA8

Color information

#DFAEA8 (or 0xDFAEA8) is unknown color: approx Shilo. HEX triplet: DF, AE and A8. RGB value is (223,174,168). Sum of RGB (Red+Green+Blue) = 223+174+168=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 168 (66.02% from 255 or 29.73% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAEA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAEA8 is #205157. Grayscale: #BCBCBC. Windows color (decimal): -2117976 or 11054815. OLE color: 11054815.

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

Color convert

RGB223174168-
CMYK00.220.250.13
HSL6.55º46.22%76.67%-
HSV(B)6.55º24.66%87.45%-
XYZ52.6448.7943.69-
YUV187.97116.73152.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.47%
GREEN value IS 174 (68.36% from 255) = 30.80%
BLUE value IS 168 (66.02% from 255) = 29.73%
R=39.47%
G=30.80%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317416800.220.250.136.5546.2276.67
HexDFAEA801619D72e4d
Octal3372562500263115756115
Binary1101111110101110101010000101101100111011111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAEA8; }

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

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

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

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

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

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

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

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