#ECEFD1

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

Shades of Rice Flower #ECEFD1

Tints of Rice Flower #ECEFD1

Color information

#ECEFD1 (or 0xECEFD1) is unknown color: approx Rice Flower. HEX triplet: EC, EF and D1. RGB value is (236,239,209). Sum of RGB (Red+Green+Blue) = 236+239+209=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 209 (82.03% from 255 or 30.56% from 684); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEFD1 is #13102E. Grayscale: #EAEAEA. Windows color (decimal): -1249327 or 13758444. OLE color: 13758444.

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

Color convert

RGB236239209-
CMYK0.0100.130.06
HSL66º48.39%87.84%-
HSV(B)66º12.55%93.73%-
XYZ76.9784.1772.51-
YUV234.68113.51128.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.50%
GREEN value IS 239 (93.75% from 255) = 34.94%
BLUE value IS 209 (82.03% from 255) = 30.56%
R=34.50%
G=34.94%
B=30.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362392090.0100.130.066648.3987.84
HexECEFD110D6423058
Octal3543573211015610260130
Binary11101100111011111101000110110111010000101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEFD1; }

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

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

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

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

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

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

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

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