#ECF0CD

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

Shades of Rice Flower #ECF0CD

Tints of Rice Flower #ECF0CD

Color information

#ECF0CD (or 0xECF0CD) is unknown color: approx Rice Flower. HEX triplet: EC, F0 and CD. RGB value is (236,240,205). Sum of RGB (Red+Green+Blue) = 236+240+205=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 205 (80.47% from 255 or 30.10% from 681); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF0CD is #130F32. Grayscale: #EAEAEA. Windows color (decimal): -1249075 or 13496556. OLE color: 13496556.

HSL color Cylindrical-coordinate representation of color #ECF0CD: hue angle of 66.86º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECF0CD is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB236240205-
CMYK0.0200.150.06
HSL66.86º53.85%87.25%-
HSV(B)66.86º14.58%94.12%-
XYZ76.7784.5670.03-
YUV234.81111.17128.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.65%
GREEN value IS 240 (94.14% from 255) = 35.24%
BLUE value IS 205 (80.47% from 255) = 30.10%
R=34.65%
G=35.24%
B=30.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362402050.0200.150.0666.8653.8587.25
HexECF0CD20F6433657
Octal3543603152017610366127
Binary111011001111000011001101100111111010000111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF0CD; }

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

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

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

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

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

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

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

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