Html Css Color HEX #ECE5E7 Amour

📋 copy color: '#ECE5E7'

red 236 ◦ green 229 ◦ blue 231

#ECE5E7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amour #ECE5E7

Tints of Amour #ECE5E7

RGB

 RED value IS 236 (92.58% from 255) = 33.91%

 GREEN value IS 229 (89.84% from 255) = 32.9%

 BLUE value IS 231 (90.63% from 255) = 33.19%

R = 33.91%
G = 32.9%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#ECE5E7 (or 0xECE5E7) is known color: Amour. HEX triplet: EC, E5 and E7. RGB value is (236,229,231). Sum of RGB (Red+Green+Blue) = 236+229+231=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 229 (89.84% from 255 or 32.90% from 696); Blue value is 231 (90.62% from 255 or 33.19% from 696); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE5E7 is #131A18. Grayscale: #E7E7E7. Windows color (decimal): -1251865 or 15197676. OLE color: 15197676.

HSL color Cylindrical-coordinate representation of color #ECE5E7: hue angle of 342.86º degrees, saturation: 0.16, 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 #ECE5E7 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 229 231 -
CMYK 0 0.03 0.02 0.07
HSL 342.86º 0.16% 0.91% -
HSV(B) 342.86º 0.03% 0.93% -
XYZ 77.04 79.64 86.91 -
YUV 231.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 236 229 231 0 0.03 0.02 0.07 342.86 0.16 0.91
Hex EC E5 E7 0 3 2 7 157 10 5B
Octal 354 345 347 0 3 2 7 527 20 133
Binary 11101100 11100101 11100111 0 11 10 111 101010111 10000 1011011

Color Harmonies of #ECE5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE5E7

Black with #ECE5E7

Text Example


Text Example

White with #ECE5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE5E7; }

 p { color: rgb(236,229,231); }

 H1.HeaderClassName
 {
   color: #ECE5E7;
 }
 .AnyTagClassName
 {
   color: #ECE5E7;
 }
</style>

background-color css

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

 a { background-color: rgb(236,229,231); }

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

border-color css

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

 span { border-color: rgb(236,229,231); }

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