#ECF2CF

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

Shades of Rice Flower #ECF2CF

Tints of Rice Flower #ECF2CF

Color information

#ECF2CF (or 0xECF2CF) is unknown color: approx Rice Flower. HEX triplet: EC, F2 and CF. RGB value is (236,242,207). Sum of RGB (Red+Green+Blue) = 236+242+207=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 207 (81.25% from 255 or 30.22% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2CF is #130D30. Grayscale: #ECECEC. Windows color (decimal): -1248561 or 13628140. OLE color: 13628140.

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

Color convert

RGB236242207-
CMYK0.0200.140.05
HSL70.29º57.38%88.04%-
HSV(B)70.29º14.46%94.9%-
XYZ77.6185.8471.51-
YUV236.22111.51127.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.45%
GREEN value IS 242 (94.92% from 255) = 35.33%
BLUE value IS 207 (81.25% from 255) = 30.22%
R=34.45%
G=35.33%
B=30.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362422070.0200.140.0570.2957.3888.04
HexECF2CF20E5463958
Octal3543623172016510671130
Binary111011001111001011001111100111010110001101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF2CF; }

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

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

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

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

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

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

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

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