#EAF1D8

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

Shades of Rice Flower #EAF1D8

Tints of Rice Flower #EAF1D8

Color information

#EAF1D8 (or 0xEAF1D8) is unknown color: approx Rice Flower. HEX triplet: EA, F1 and D8. RGB value is (234,241,216). Sum of RGB (Red+Green+Blue) = 234+241+216=691 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.86% from 691); Green value is 241 (94.53% from 255 or 34.88% from 691); Blue value is 216 (84.77% from 255 or 31.26% from 691); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1D8 is #150E27. Grayscale: #ECECEC. Windows color (decimal): -1379880 or 14217706. OLE color: 14217706.

HSL color Cylindrical-coordinate representation of color #EAF1D8: hue angle of 76.8º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAF1D8 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB234241216-
CMYK0.0300.100.05
HSL76.8º47.17%89.61%-
HSV(B)76.8º10.37%94.51%-
XYZ77.7885.3677.34-
YUV236.06116.68126.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.86%
GREEN value IS 241 (94.53% from 255) = 34.88%
BLUE value IS 216 (84.77% from 255) = 31.26%
R=33.86%
G=34.88%
B=31.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342412160.0300.100.0576.847.1789.61
HexEAF1D830A54d2f5a
Octal3523613303012511557132
Binary111010101111000111011000110101010110011011011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1D8; }

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

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

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

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

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

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

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

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