#ECEFD0

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

Shades of Rice Flower #ECEFD0

Tints of Rice Flower #ECEFD0

Color information

#ECEFD0 (or 0xECEFD0) is unknown color: approx Rice Flower. HEX triplet: EC, EF and D0. RGB value is (236,239,208). Sum of RGB (Red+Green+Blue) = 236+239+208=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 208 (81.64% from 255 or 30.45% from 683); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEFD0 is #13102F. Grayscale: #EAEAEA. Windows color (decimal): -1249328 or 13692908. OLE color: 13692908.

HSL color Cylindrical-coordinate representation of color #ECEFD0: hue angle of 65.81º degrees, saturation: 0.49, 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 #ECEFD0 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB236239208-
CMYK0.0100.130.06
HSL65.81º49.21%87.65%-
HSV(B)65.81º12.97%93.73%-
XYZ76.8484.1271.86-
YUV234.57113.01129.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.55%
GREEN value IS 239 (93.75% from 255) = 34.99%
BLUE value IS 208 (81.64% from 255) = 30.45%
R=34.55%
G=34.99%
B=30.45%

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
Decimal2362392080.0100.130.0665.8149.2187.65
HexECEFD010D6423158
Octal3543573201015610261130
Binary11101100111011111101000010110111010000101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEFD0; }

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

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

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

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

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

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

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

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