#ECF3CC

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

Shades of Rice Flower #ECF3CC

Tints of Rice Flower #ECF3CC

Color information

#ECF3CC (or 0xECF3CC) is unknown color: approx Rice Flower. HEX triplet: EC, F3 and CC. RGB value is (236,243,204). Sum of RGB (Red+Green+Blue) = 236+243+204=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 243 (95.31% from 255 or 35.58% from 683); Blue value is 204 (80.08% from 255 or 29.87% from 683); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF3CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF3CC is #130C33. Grayscale: #ECECEC. Windows color (decimal): -1248308 or 13431788. OLE color: 13431788.

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

Color convert

RGB236243204-
CMYK0.0300.160.05
HSL70.77º61.9%87.65%-
HSV(B)70.77º16.05%95.29%-
XYZ77.5486.2969.7-
YUV236.46109.68127.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.55%
GREEN value IS 243 (95.31% from 255) = 35.58%
BLUE value IS 204 (80.08% from 255) = 29.87%
R=34.55%
G=35.58%
B=29.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362432040.0300.160.0570.7761.987.65
HexECF3CC30105473e58
Octal3543633143020510776130
Binary1110110011110011110011001101000010110001111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF3CC; }

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

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

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

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

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

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

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

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