Html Css Color HEX #EAF1D7 Rice Flower

📋 copy color: '#EAF1D7'

red 234 ◦ green 241 ◦ blue 215

#EAF1D7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rice Flower #EAF1D7

Tints of Rice Flower #EAF1D7

RGB

 RED value IS 234 (91.8% 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 value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#EAF1D7 (or 0xEAF1D7) is known color: 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

RGB 234 241 215 -
CMYK 0.03 0 0.11 0.05
HSL 76.15º 0.48% 0.89% -
HSV(B) 76.15º 0.11% 0.95% -
XYZ 77.65 85.31 76.66 -
YUV 235.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 234 241 215 0.03 0 0.11 0.05 76.15 0.48 0.89
Hex EA F1 D7 3 0 B 5 4C 30 59
Octal 352 361 327 3 0 13 5 114 60 131
Binary 11101010 11110001 11010111 11 0 1011 101 1001100 110000 1011001

Color Harmonies of #EAF1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF1D7

Black with #EAF1D7

Text Example


Text Example

White with #EAF1D7

Text Example


Text Example

HTML Codes & Css Web 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>