Html Css Color HEX #EAF1D5 Rice Flower

📋 copy color: '#EAF1D5'

red 234 ◦ green 241 ◦ blue 213

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

Shades of Rice Flower #EAF1D5

Tints of Rice Flower #EAF1D5

RGB

 RED value IS 234 (91.8% from 255) = 34.01%

 GREEN value IS 241 (94.53% from 255) = 35.03%

 BLUE value IS 213 (83.59% from 255) = 30.96%

R = 34.01%
G = 35.03%
B = 30.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#EAF1D5 (or 0xEAF1D5) is known color: Rice Flower. HEX triplet: EA, F1 and D5. RGB value is (234,241,213). Sum of RGB (Red+Green+Blue) = 234+241+213=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 241 (94.53% from 255 or 35.03% from 688); Blue value is 213 (83.59% from 255 or 30.96% from 688); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1D5 is #150E2A. Grayscale: #EBEBEB. Windows color (decimal): -1379883 or 14021098. OLE color: 14021098.

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

Color convert

RGB 234 241 213 -
CMYK 0.03 0 0.12 0.05
HSL 75º 0.5% 0.89% -
HSV(B) 75º 0.12% 0.95% -
XYZ 77.4 85.21 75.32 -
YUV 235.72 115.18 126.78 -
System Red Green Blue C M Y K H S L
Decimal 234 241 213 0.03 0 0.12 0.05 75 0.5 0.89
Hex EA F1 D5 3 0 C 5 4B 32 59
Octal 352 361 325 3 0 14 5 113 62 131
Binary 11101010 11110001 11010101 11 0 1100 101 1001011 110010 1011001

Color Harmonies of #EAF1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF1D5

Black with #EAF1D5

Text Example


Text Example

White with #EAF1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF1D5; }

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

 H1.HeaderClassName
 {
   color: #EAF1D5;
 }
 .AnyTagClassName
 {
   color: #EAF1D5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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