Html Css Color HEX #EAF2D3 Rice Flower

📋 copy color: '#EAF2D3'

red 234 ◦ green 242 ◦ blue 211

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

Shades of Rice Flower #EAF2D3

Tints of Rice Flower #EAF2D3

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.23%

 BLUE value IS 211 (82.81% from 255) = 30.71%

R = 34.06%
G = 35.23%
B = 30.71%

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

#EAF2D3 (or 0xEAF2D3) is known color: Rice Flower. HEX triplet: EA, F2 and D3. RGB value is (234,242,211). Sum of RGB (Red+Green+Blue) = 234+242+211=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 211 (82.81% from 255 or 30.71% from 687); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF2D3 is #150D2C. Grayscale: #ECECEC. Windows color (decimal): -1379629 or 13890282. OLE color: 13890282.

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

Color convert

RGB 234 242 211 -
CMYK 0.03 0 0.13 0.05
HSL 75.48º 0.54% 0.89% -
HSV(B) 75.48º 0.13% 0.95% -
XYZ 77.44 85.7 74.09 -
YUV 236.07 113.85 126.52 -
System Red Green Blue C M Y K H S L
Decimal 234 242 211 0.03 0 0.13 0.05 75.48 0.54 0.89
Hex EA F2 D3 3 0 D 5 4B 36 59
Octal 352 362 323 3 0 15 5 113 66 131
Binary 11101010 11110010 11010011 11 0 1101 101 1001011 110110 1011001

Color Harmonies of #EAF2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF2D3

Black with #EAF2D3

Text Example


Text Example

White with #EAF2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF2D3; }

 p { color: rgb(234,242,211); }

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

background-color css

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

 a { background-color: rgb(234,242,211); }

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

border-color css

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

 span { border-color: rgb(234,242,211); }

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