#ECEADF

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

Shades of Rice Cake #ECEADF

Tints of Rice Cake #ECEADF

Color information

#ECEADF (or 0xECEADF) is unknown color: approx Rice Cake. HEX triplet: EC, EA and DF. RGB value is (236,234,223). Sum of RGB (Red+Green+Blue) = 236+234+223=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 234 (91.80% from 255 or 33.77% from 693); Blue value is 223 (87.5% from 255 or 32.18% from 693); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEADF is #131520. Grayscale: #E9E9E9. Windows color (decimal): -1250593 or 14674668. OLE color: 14674668.

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

Color convert

RGB236234223-
CMYK00.010.060.07
HSL50.77º25.49%90%-
HSV(B)50.77º5.51%92.55%-
XYZ77.3382.0181.56-
YUV233.34122.16129.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.05%
GREEN value IS 234 (91.80% from 255) = 33.77%
BLUE value IS 223 (87.5% from 255) = 32.18%
R=34.05%
G=33.77%
B=32.18%

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
Decimal23623422300.010.060.0750.7725.4990
HexECEADF016733195a
Octal35435233701676331132
Binary11101100111010101101111101110111110011110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEADF; }

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

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

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

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

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

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

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

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