#ECF4CF

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

Shades of Rice Flower #ECF4CF

Tints of Rice Flower #ECF4CF

Color information

#ECF4CF (or 0xECF4CF) is unknown color: approx Rice Flower. HEX triplet: EC, F4 and CF. RGB value is (236,244,207). Sum of RGB (Red+Green+Blue) = 236+244+207=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 244 (95.70% from 255 or 35.52% from 687); Blue value is 207 (81.25% from 255 or 30.13% from 687); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF4CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF4CF is #130B30. Grayscale: #EDEDED. Windows color (decimal): -1248049 or 13628652. OLE color: 13628652.

HSL color Cylindrical-coordinate representation of color #ECF4CF: hue angle of 72.97º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECF4CF is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB236244207-
CMYK0.0300.150.04
HSL72.97º62.71%88.43%-
HSV(B)72.97º15.16%95.69%-
XYZ78.2187.0471.71-
YUV237.39110.85127.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.35%
GREEN value IS 244 (95.70% from 255) = 35.52%
BLUE value IS 207 (81.25% from 255) = 30.13%
R=34.35%
G=35.52%
B=30.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362442070.0300.150.0472.9762.7188.43
HexECF4CF30F4493f58
Octal3543643173017411177130
Binary111011001111010011001111110111110010010011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF4CF; }

 p { color: rgb(236,244,207); }

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

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

 a { background-color: rgb(236,244,207); }

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

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

 span { border-color: rgb(236,244,207); }

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