#ECEFD2

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

Shades of Rice Flower #ECEFD2

Tints of Rice Flower #ECEFD2

Color information

#ECEFD2 (or 0xECEFD2) is unknown color: approx Rice Flower. HEX triplet: EC, EF and D2. RGB value is (236,239,210). Sum of RGB (Red+Green+Blue) = 236+239+210=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 210 (82.42% from 255 or 30.66% from 685); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEFD2 is #13102D. Grayscale: #EAEAEA. Windows color (decimal): -1249326 or 13823980. OLE color: 13823980.

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

Color convert

RGB236239210-
CMYK0.0100.120.06
HSL66.21º47.54%88.04%-
HSV(B)66.21º12.13%93.73%-
XYZ77.0984.2273.17-
YUV234.8114.01128.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.45%
GREEN value IS 239 (93.75% from 255) = 34.89%
BLUE value IS 210 (82.42% from 255) = 30.66%
R=34.45%
G=34.89%
B=30.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362392100.0100.120.0666.2147.5488.04
HexECEFD210C6423058
Octal3543573221014610260130
Binary11101100111011111101001010110011010000101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEFD2; }

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

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

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

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

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

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

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

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