#ECF2CD

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

Shades of Rice Flower #ECF2CD

Tints of Rice Flower #ECF2CD

Color information

#ECF2CD (or 0xECF2CD) is unknown color: approx Rice Flower. HEX triplet: EC, F2 and CD. RGB value is (236,242,205). Sum of RGB (Red+Green+Blue) = 236+242+205=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 242 (94.92% from 255 or 35.43% from 683); Blue value is 205 (80.47% from 255 or 30.01% from 683); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2CD is #130D32. Grayscale: #ECECEC. Windows color (decimal): -1248563 or 13497068. OLE color: 13497068.

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

Color convert

RGB236242205-
CMYK0.0200.150.05
HSL69.73º58.73%87.65%-
HSV(B)69.73º15.29%94.9%-
XYZ77.3685.7470.23-
YUV235.99110.51128.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.55%
GREEN value IS 242 (94.92% from 255) = 35.43%
BLUE value IS 205 (80.47% from 255) = 30.01%
R=34.55%
G=35.43%
B=30.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362422050.0200.150.0569.7358.7387.65
HexECF2CD20F5463b58
Octal3543623152017510673130
Binary111011001111001011001101100111110110001101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF2CD; }

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

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

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

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

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

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

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

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