#ECF2CC

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

Shades of Rice Flower #ECF2CC

Tints of Rice Flower #ECF2CC

Color information

#ECF2CC (or 0xECF2CC) is unknown color: approx Rice Flower. HEX triplet: EC, F2 and CC. RGB value is (236,242,204). Sum of RGB (Red+Green+Blue) = 236+242+204=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 204 (80.08% from 255 or 29.91% from 682); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2CC is #130D33. Grayscale: #ECECEC. Windows color (decimal): -1248564 or 13431532. OLE color: 13431532.

HSL color Cylindrical-coordinate representation of color #ECF2CC: hue angle of 69.47º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECF2CC is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB236242204-
CMYK0.0200.160.05
HSL69.47º59.38%87.45%-
HSV(B)69.47º15.7%94.9%-
XYZ77.2485.769.6-
YUV235.87110.01128.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.60%
GREEN value IS 242 (94.92% from 255) = 35.48%
BLUE value IS 204 (80.08% from 255) = 29.91%
R=34.60%
G=35.48%
B=29.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362422040.0200.160.0569.4759.3887.45
HexECF2CC20105453b57
Octal3543623142020510573127
Binary1110110011110010110011001001000010110001011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF2CC; }

 p { color: rgb(236,242,204); }

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

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

 a { background-color: rgb(236,242,204); }

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

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

 span { border-color: rgb(236,242,204); }

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