#ECE6EA

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

Shades of Amour #ECE6EA

Tints of Amour #ECE6EA

Color information

#ECE6EA (or 0xECE6EA) is unknown color: approx Amour. HEX triplet: EC, E6 and EA. RGB value is (236,230,234). Sum of RGB (Red+Green+Blue) = 236+230+234=700 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.71% from 700); Green value is 230 (90.23% from 255 or 32.86% from 700); Blue value is 234 (91.80% from 255 or 33.43% from 700); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE6EA is #131915. Grayscale: #E8E8E8. Windows color (decimal): -1251606 or 15394540. OLE color: 15394540.

HSL color Cylindrical-coordinate representation of color #ECE6EA: hue angle of 320º degrees, saturation: 0.14, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ECE6EA is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB236230234-
CMYK00.030.010.07
HSL320º13.64%91.37%-
HSV(B)320º2.54%92.55%-
XYZ77.7480.3789.26-
YUV232.25128.99130.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.71%
GREEN value IS 230 (90.23% from 255) = 32.86%
BLUE value IS 234 (91.80% from 255) = 33.43%
R=33.71%
G=32.86%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623023400.030.010.0732013.6491.37
HexECE6EA0317140e5b
Octal354346352031750016133
Binary111011001110011011101010011111110100000011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE6EA; }

 p { color: rgb(236,230,234); }

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

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

 a { background-color: rgb(236,230,234); }

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

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

 span { border-color: rgb(236,230,234); }

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