Html Css Color HEX #EAF1D1 Rice Flower

📋 copy color: '#EAF1D1'

red 234 ◦ green 241 ◦ blue 209

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

Shades of Rice Flower #EAF1D1

Tints of Rice Flower #EAF1D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 30.56%

R = 34.21%
G = 35.23%
B = 30.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#EAF1D1 (or 0xEAF1D1) is known color: Rice Flower. HEX triplet: EA, F1 and D1. RGB value is (234,241,209). Sum of RGB (Red+Green+Blue) = 234+241+209=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 209 (82.03% from 255 or 30.56% from 684); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1D1 is #150E2E. Grayscale: #EBEBEB. Windows color (decimal): -1379887 or 13758954. OLE color: 13758954.

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

Color convert

RGB 234 241 209 -
CMYK 0.03 0 0.13 0.05
HSL 73.13º 0.53% 0.88% -
HSV(B) 73.13º 0.13% 0.95% -
XYZ 76.9 85.01 72.68 -
YUV 235.26 113.18 127.1 -
System Red Green Blue C M Y K H S L
Decimal 234 241 209 0.03 0 0.13 0.05 73.13 0.53 0.88
Hex EA F1 D1 3 0 D 5 49 35 58
Octal 352 361 321 3 0 15 5 111 65 130
Binary 11101010 11110001 11010001 11 0 1101 101 1001001 110101 1011000

Color Harmonies of #EAF1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF1D1

Black with #EAF1D1

Text Example


Text Example

White with #EAF1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF1D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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