#ECEADB

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

Shades of Rice Cake #ECEADB

Tints of Rice Cake #ECEADB

Color information

#ECEADB (or 0xECEADB) is unknown color: approx Rice Cake. HEX triplet: EC, EA and DB. RGB value is (236,234,219). Sum of RGB (Red+Green+Blue) = 236+234+219=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 219 (85.94% from 255 or 31.79% from 689); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEADB is #131524. Grayscale: #E8E8E8. Windows color (decimal): -1250597 or 14412524. OLE color: 14412524.

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

Color convert

RGB236234219-
CMYK00.010.070.07
HSL52.94º30.91%89.22%-
HSV(B)52.94º7.2%92.55%-
XYZ76.881.7978.76-
YUV232.89120.16130.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.25%
GREEN value IS 234 (91.80% from 255) = 33.96%
BLUE value IS 219 (85.94% from 255) = 31.79%
R=34.25%
G=33.96%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623421900.010.070.0752.9430.9189.22
HexECEADB0177351f59
Octal35435233301776537131
Binary11101100111010101101101101111111110101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEADB; }

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

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

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

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

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

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

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

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