#ECF3CD

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

Shades of Rice Flower #ECF3CD

Tints of Rice Flower #ECF3CD

Color information

#ECF3CD (or 0xECF3CD) is unknown color: approx Rice Flower. HEX triplet: EC, F3 and CD. RGB value is (236,243,205). Sum of RGB (Red+Green+Blue) = 236+243+205=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 243 (95.31% from 255 or 35.53% from 684); Blue value is 205 (80.47% from 255 or 29.97% from 684); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF3CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF3CD is #130C32. Grayscale: #ECECEC. Windows color (decimal): -1248307 or 13497324. OLE color: 13497324.

HSL color Cylindrical-coordinate representation of color #ECF3CD: hue angle of 71.05º degrees, saturation: 0.61, 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 #ECF3CD is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB236243205-
CMYK0.0300.160.05
HSL71.05º61.29%87.84%-
HSV(B)71.05º15.64%95.29%-
XYZ77.6686.3470.33-
YUV236.58110.18127.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.50%
GREEN value IS 243 (95.31% from 255) = 35.53%
BLUE value IS 205 (80.47% from 255) = 29.97%
R=34.50%
G=35.53%
B=29.97%

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
Decimal2362432050.0300.160.0571.0561.2987.84
HexECF3CD30105473d58
Octal3543633153020510775130
Binary1110110011110011110011011101000010110001111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF3CD; }

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

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

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

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

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

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

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

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