#DEAD9F

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

Shades of Shilo #DEAD9F

Tints of Shilo #DEAD9F

Color information

#DEAD9F (or 0xDEAD9F) is unknown color: approx Shilo. HEX triplet: DE, AD and 9F. RGB value is (222,173,159). Sum of RGB (Red+Green+Blue) = 222+173+159=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAD9F is #215260. Grayscale: #BABABA. Windows color (decimal): -2183777 or 10464734. OLE color: 10464734.

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

Color convert

RGB222173159-
CMYK00.220.280.13
HSL13.33º48.84%74.71%-
HSV(B)13.33º28.38%87.06%-
XYZ51.3347.9239.35-
YUV186.05112.73153.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.07%
GREEN value IS 173 (67.97% from 255) = 31.23%
BLUE value IS 159 (62.5% from 255) = 28.70%
R=40.07%
G=31.23%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217315900.220.280.1313.3348.8474.71
HexDEAD9F0161CDd314b
Octal33625523702634151561113
Binary11011110101011011001111101011011100110111011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAD9F; }

 p { color: rgb(222,173,159); }

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

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

 a { background-color: rgb(222,173,159); }

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

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

 span { border-color: rgb(222,173,159); }

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