#ECF3CF

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

Shades of Rice Flower #ECF3CF

Tints of Rice Flower #ECF3CF

Color information

#ECF3CF (or 0xECF3CF) is unknown color: approx Rice Flower. HEX triplet: EC, F3 and CF. RGB value is (236,243,207). Sum of RGB (Red+Green+Blue) = 236+243+207=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 243 (95.31% from 255 or 35.42% from 686); Blue value is 207 (81.25% from 255 or 30.17% from 686); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF3CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF3CF is #130C30. Grayscale: #ECECEC. Windows color (decimal): -1248305 or 13628396. OLE color: 13628396.

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

Color convert

RGB236243207-
CMYK0.0300.150.05
HSL71.67º60%88.24%-
HSV(B)71.67º14.81%95.29%-
XYZ77.9186.4471.61-
YUV236.8111.18127.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.40%
GREEN value IS 243 (95.31% from 255) = 35.42%
BLUE value IS 207 (81.25% from 255) = 30.17%
R=34.40%
G=35.42%
B=30.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362432070.0300.150.0571.676088.24
HexECF3CF30F5483c58
Octal3543633173017511074130
Binary111011001111001111001111110111110110010001111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF3CF; }

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

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

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

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

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

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

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

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