#ECEFD6

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

Shades of Rice Flower #ECEFD6

Tints of Rice Flower #ECEFD6

Color information

#ECEFD6 (or 0xECEFD6) is unknown color: approx Rice Flower. HEX triplet: EC, EF and D6. RGB value is (236,239,214). Sum of RGB (Red+Green+Blue) = 236+239+214=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 214 (83.98% from 255 or 31.06% from 689); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEFD6 is #131029. Grayscale: #EBEBEB. Windows color (decimal): -1249322 or 14086124. OLE color: 14086124.

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

Color convert

RGB236239214-
CMYK0.0100.100.06
HSL67.2º43.86%88.82%-
HSV(B)67.2º10.46%93.73%-
XYZ77.684.4275.82-
YUV235.25116.01128.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.25%
GREEN value IS 239 (93.75% from 255) = 34.69%
BLUE value IS 214 (83.98% from 255) = 31.06%
R=34.25%
G=34.69%
B=31.06%

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
Decimal2362392140.0100.100.0667.243.8688.82
HexECEFD610A6432c59
Octal3543573261012610354131
Binary11101100111011111101011010101011010000111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEFD6; }

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

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

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

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

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

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

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

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