#ECEADD

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

Shades of Rice Cake #ECEADD

Tints of Rice Cake #ECEADD

Color information

#ECEADD (or 0xECEADD) is unknown color: approx Rice Cake. HEX triplet: EC, EA and DD. RGB value is (236,234,221). Sum of RGB (Red+Green+Blue) = 236+234+221=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 221 (86.72% from 255 or 31.98% from 691); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEADD is #131522. Grayscale: #E9E9E9. Windows color (decimal): -1250595 or 14543596. OLE color: 14543596.

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

Color convert

RGB236234221-
CMYK00.010.060.07
HSL52º28.3%89.61%-
HSV(B)52º6.36%92.55%-
XYZ77.0781.980.15-
YUV233.12121.16130.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.15%
GREEN value IS 234 (91.80% from 255) = 33.86%
BLUE value IS 221 (86.72% from 255) = 31.98%
R=34.15%
G=33.86%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623422100.010.060.075228.389.61
HexECEADD0167341c5a
Octal35435233501676434132
Binary11101100111010101101110101110111110100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEADD; }

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

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

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

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

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

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

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

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