#EAF1D7

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

Shades of Rice Flower #EAF1D7

Tints of Rice Flower #EAF1D7

Color information

#EAF1D7 (or 0xEAF1D7) is unknown color: approx Rice Flower. HEX triplet: EA, F1 and D7. RGB value is (234,241,215). Sum of RGB (Red+Green+Blue) = 234+241+215=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 241 (94.53% from 255 or 34.93% from 690); Blue value is 215 (84.38% from 255 or 31.16% from 690); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1D7 is #150E28. Grayscale: #ECECEC. Windows color (decimal): -1379881 or 14152170. OLE color: 14152170.

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

Color convert

RGB234241215-
CMYK0.0300.110.05
HSL76.15º48.15%89.41%-
HSV(B)76.15º10.79%94.51%-
XYZ77.6585.3176.66-
YUV235.94116.18126.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.91%
GREEN value IS 241 (94.53% from 255) = 34.93%
BLUE value IS 215 (84.38% from 255) = 31.16%
R=33.91%
G=34.93%
B=31.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342412150.0300.110.0576.1548.1589.41
HexEAF1D730B54c3059
Octal3523613273013511460131
Binary111010101111000111010111110101110110011001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1D7; }

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

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

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

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

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

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

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

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