#ECEFD4

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

Shades of Rice Flower #ECEFD4

Tints of Rice Flower #ECEFD4

Color information

#ECEFD4 (or 0xECEFD4) is unknown color: approx Rice Flower. HEX triplet: EC, EF and D4. RGB value is (236,239,212). Sum of RGB (Red+Green+Blue) = 236+239+212=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 212 (83.20% from 255 or 30.86% from 687); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEFD4 is #13102B. Grayscale: #EBEBEB. Windows color (decimal): -1249324 or 13955052. OLE color: 13955052.

HSL color Cylindrical-coordinate representation of color #ECEFD4: hue angle of 66.67º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECEFD4 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB236239212-
CMYK0.0100.110.06
HSL66.67º45.76%88.43%-
HSV(B)66.67º11.3%93.73%-
XYZ77.3484.3274.49-
YUV235.02115.01128.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.35%
GREEN value IS 239 (93.75% from 255) = 34.79%
BLUE value IS 212 (83.20% from 255) = 30.86%
R=34.35%
G=34.79%
B=30.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362392120.0100.110.0666.6745.7688.43
HexECEFD410B6432e58
Octal3543573241013610356130
Binary11101100111011111101010010101111010000111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEFD4; }

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

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

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

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

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

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

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

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