#ECEED0

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

Shades of Rice Flower #ECEED0

Tints of Rice Flower #ECEED0

Color information

#ECEED0 (or 0xECEED0) is unknown color: approx Rice Flower. HEX triplet: EC, EE and D0. RGB value is (236,238,208). Sum of RGB (Red+Green+Blue) = 236+238+208=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 208 (81.64% from 255 or 30.50% from 682); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEED0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEED0 is #13112F. Grayscale: #EAEAEA. Windows color (decimal): -1249584 or 13692652. OLE color: 13692652.

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

Color convert

RGB236238208-
CMYK0.0100.130.07
HSL64º46.88%87.45%-
HSV(B)64º12.61%93.33%-
XYZ76.5583.5471.76-
YUV233.98113.34129.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.60%
GREEN value IS 238 (93.36% from 255) = 34.90%
BLUE value IS 208 (81.64% from 255) = 30.50%
R=34.60%
G=34.90%
B=30.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362382080.0100.130.076446.8887.45
HexECEED010D7402f57
Octal3543563201015710057127
Binary11101100111011101101000010110111110000001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEED0; }

 p { color: rgb(236,238,208); }

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

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

 a { background-color: rgb(236,238,208); }

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

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

 span { border-color: rgb(236,238,208); }

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