Html Css Color HEX #ECE4E6 Amour

📋 copy color: '#ECE4E6'

red 236 ◦ green 228 ◦ blue 230

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

Shades of Amour #ECE4E6

Tints of Amour #ECE4E6

RGB

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

 GREEN value IS 228 (89.45% from 255) = 32.85%

 BLUE value IS 230 (90.23% from 255) = 33.14%

R = 34.01%
G = 32.85%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ECE4E6 (or 0xECE4E6) is known color: Amour. HEX triplet: EC, E4 and E6. RGB value is (236,228,230). Sum of RGB (Red+Green+Blue) = 236+228+230=694 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.01% from 694); Green value is 228 (89.45% from 255 or 32.85% from 694); Blue value is 230 (90.23% from 255 or 33.14% from 694); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE4E6 is #131B19. Grayscale: #E6E6E6. Windows color (decimal): -1252122 or 15131884. OLE color: 15131884.

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

Color convert

RGB 236 228 230 -
CMYK 0 0.03 0.03 0.07
HSL 345º 0.17% 0.91% -
HSV(B) 345º 0.03% 0.93% -
XYZ 76.62 79.03 86.08 -
YUV 230.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 236 228 230 0 0.03 0.03 0.07 345 0.17 0.91
Hex EC E4 E6 0 3 3 7 159 11 5B
Octal 354 344 346 0 3 3 7 531 21 133
Binary 11101100 11100100 11100110 0 11 11 111 101011001 10001 1011011

Color Harmonies of #ECE4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE4E6

Black with #ECE4E6

Text Example


Text Example

White with #ECE4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE4E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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