#ECEFD7

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

Shades of Rice Flower #ECEFD7

Tints of Rice Flower #ECEFD7

Color information

#ECEFD7 (or 0xECEFD7) is unknown color: approx Rice Flower. HEX triplet: EC, EF and D7. RGB value is (236,239,215). Sum of RGB (Red+Green+Blue) = 236+239+215=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 215 (84.38% from 255 or 31.16% from 690); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEFD7 is #131028. Grayscale: #EBEBEB. Windows color (decimal): -1249321 or 14151660. OLE color: 14151660.

HSL color Cylindrical-coordinate representation of color #ECEFD7: hue angle of 67.5º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECEFD7 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB236239215-
CMYK0.0100.100.06
HSL67.5º42.86%89.02%-
HSV(B)67.5º10.04%93.73%-
XYZ77.7284.4776.5-
YUV235.37116.51128.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.20%
GREEN value IS 239 (93.75% from 255) = 34.64%
BLUE value IS 215 (84.38% from 255) = 31.16%
R=34.20%
G=34.64%
B=31.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362392150.0100.100.0667.542.8689.02
HexECEFD710A6442b59
Octal3543573271012610453131
Binary11101100111011111101011110101011010001001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEFD7; }

 p { color: rgb(236,239,215); }

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

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

 a { background-color: rgb(236,239,215); }

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

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

 span { border-color: rgb(236,239,215); }

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