#EAF1CE

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

Shades of Rice Flower #EAF1CE

Tints of Rice Flower #EAF1CE

Color information

#EAF1CE (or 0xEAF1CE) is unknown color: approx Rice Flower. HEX triplet: EA, F1 and CE. RGB value is (234,241,206). Sum of RGB (Red+Green+Blue) = 234+241+206=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 241 (94.53% from 255 or 35.39% from 681); Blue value is 206 (80.86% from 255 or 30.25% from 681); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1CE is #150E31. Grayscale: #EBEBEB. Windows color (decimal): -1379890 or 13562346. OLE color: 13562346.

HSL color Cylindrical-coordinate representation of color #EAF1CE: hue angle of 72º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAF1CE is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB234241206-
CMYK0.0300.150.05
HSL72º55.56%87.65%-
HSV(B)72º14.52%94.51%-
XYZ76.5384.8670.74-
YUV234.92111.68127.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.36%
GREEN value IS 241 (94.53% from 255) = 35.39%
BLUE value IS 206 (80.86% from 255) = 30.25%
R=34.36%
G=35.39%
B=30.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342412060.0300.150.057255.5687.65
HexEAF1CE30F5483858
Octal3523613163017511070130
Binary111010101111000111001110110111110110010001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1CE; }

 p { color: rgb(234,241,206); }

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

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

 a { background-color: rgb(234,241,206); }

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

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

 span { border-color: rgb(234,241,206); }

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