#ECEAE1

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

Shades of Rice Cake #ECEAE1

Tints of Rice Cake #ECEAE1

Color information

#ECEAE1 (or 0xECEAE1) is unknown color: approx Rice Cake. HEX triplet: EC, EA and E1. RGB value is (236,234,225). Sum of RGB (Red+Green+Blue) = 236+234+225=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 225 (88.28% from 255 or 32.37% from 695); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEAE1 is #13151E. Grayscale: #E9E9E9. Windows color (decimal): -1250591 or 14805740. OLE color: 14805740.

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

Color convert

RGB236234225-
CMYK00.010.050.07
HSL49.09º22.45%90.39%-
HSV(B)49.09º4.66%92.55%-
XYZ77.6182.1182.99-
YUV233.57123.16129.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.96%
GREEN value IS 234 (91.80% from 255) = 33.67%
BLUE value IS 225 (88.28% from 255) = 32.37%
R=33.96%
G=33.67%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623422500.010.050.0749.0922.4590.39
HexECEAE1015731165a
Octal35435234101576126132
Binary11101100111010101110000101101111110001101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEAE1; }

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

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

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

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

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

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

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

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