#E6ADAC

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

Shades of Shilo #E6ADAC

Tints of Shilo #E6ADAC

Color information

#E6ADAC (or 0xE6ADAC) is unknown color: approx Shilo. HEX triplet: E6, AD and AC. RGB value is (230,173,172). Sum of RGB (Red+Green+Blue) = 230+173+172=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ADAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6ADAC is #195253. Grayscale: #BDBDBD. Windows color (decimal): -1659476 or 11316710. OLE color: 11316710.

HSL color Cylindrical-coordinate representation of color #E6ADAC: hue angle of 1.03º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6ADAC is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB230173172-
CMYK00.250.250.10
HSL1.03º53.7%78.82%-
HSV(B)1.03º25.22%90.2%-
XYZ55.0249.6945.72-
YUV189.93117.88156.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 172 (67.58% from 255) = 29.91%
R=40%
G=30.09%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017317200.250.250.101.0353.778.82
HexE6ADAC01919A1364f
Octal3462552540313112166117
Binary11100110101011011010110001100111001101011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ADAC; }

 p { color: rgb(230,173,172); }

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

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

 a { background-color: rgb(230,173,172); }

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

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

 span { border-color: rgb(230,173,172); }

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