#ECEED4

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

Shades of Rice Flower #ECEED4

Tints of Rice Flower #ECEED4

Color information

#ECEED4 (or 0xECEED4) is unknown color: approx Rice Flower. HEX triplet: EC, EE and D4. RGB value is (236,238,212). Sum of RGB (Red+Green+Blue) = 236+238+212=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 212 (83.20% from 255 or 30.90% from 686); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEED4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEED4 is #13112B. Grayscale: #EAEAEA. Windows color (decimal): -1249580 or 13954796. OLE color: 13954796.

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

Color convert

RGB236238212-
CMYK0.0100.110.07
HSL64.62º43.33%88.24%-
HSV(B)64.62º10.92%93.33%-
XYZ77.0583.7474.39-
YUV234.44115.34129.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.40%
GREEN value IS 238 (93.36% from 255) = 34.69%
BLUE value IS 212 (83.20% from 255) = 30.90%
R=34.40%
G=34.69%
B=30.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362382120.0100.110.0764.6243.3388.24
HexECEED410B7412b58
Octal3543563241013710153130
Binary11101100111011101101010010101111110000011010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEED4; }

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

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

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

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

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

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

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

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