Html Css Color HEX #ECE2E4 Amour

📋 copy color: '#ECE2E4'

red 236 ◦ green 226 ◦ blue 228

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

Shades of Amour #ECE2E4

Tints of Amour #ECE2E4

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.75%

 BLUE value IS 228 (89.45% from 255) = 33.04%

R = 34.2%
G = 32.75%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ECE2E4 (or 0xECE2E4) is known color: Amour. HEX triplet: EC, E2 and E4. RGB value is (236,226,228). Sum of RGB (Red+Green+Blue) = 236+226+228=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 226 (88.67% from 255 or 32.75% from 690); Blue value is 228 (89.45% from 255 or 33.04% from 690); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2E4 is #131D1B. Grayscale: #E5E5E5. Windows color (decimal): -1252636 or 15000300. OLE color: 15000300.

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

Color convert

RGB 236 226 228 -
CMYK 0 0.04 0.03 0.07
HSL 348º 0.21% 0.91% -
HSV(B) 348º 0.04% 0.93% -
XYZ 75.79 77.83 84.43 -
YUV 229.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 236 226 228 0 0.04 0.03 0.07 348 0.21 0.91
Hex EC E2 E4 0 4 3 7 15C 15 5B
Octal 354 342 344 0 4 3 7 534 25 133
Binary 11101100 11100010 11100100 0 100 11 111 101011100 10101 1011011

Color Harmonies of #ECE2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE2E4

Black with #ECE2E4

Text Example


Text Example

White with #ECE2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE2E4; }

 p { color: rgb(236,226,228); }

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

background-color css

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

 a { background-color: rgb(236,226,228); }

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

border-color css

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

 span { border-color: rgb(236,226,228); }

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