Html Css Color HEX #EAF1D3 Rice Flower

📋 copy color: '#EAF1D3'

red 234 ◦ green 241 ◦ blue 211

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

Shades of Rice Flower #EAF1D3

Tints of Rice Flower #EAF1D3

RGB

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

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

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

R = 34.11%
G = 35.13%
B = 30.76%

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

#EAF1D3 (or 0xEAF1D3) is known color: Rice Flower. HEX triplet: EA, F1 and D3. RGB value is (234,241,211). Sum of RGB (Red+Green+Blue) = 234+241+211=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 241 (94.53% from 255 or 35.13% from 686); Blue value is 211 (82.81% from 255 or 30.76% from 686); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1D3 is #150E2C. Grayscale: #EBEBEB. Windows color (decimal): -1379885 or 13890026. OLE color: 13890026.

HSL color Cylindrical-coordinate representation of color #EAF1D3: hue angle of 74º degrees, saturation: 0.52, 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 #EAF1D3 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 241 211 -
CMYK 0.03 0 0.12 0.05
HSL 74º 0.52% 0.89% -
HSV(B) 74º 0.12% 0.95% -
XYZ 77.14 85.11 73.99 -
YUV 235.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 234 241 211 0.03 0 0.12 0.05 74 0.52 0.89
Hex EA F1 D3 3 0 C 5 4A 34 59
Octal 352 361 323 3 0 14 5 112 64 131
Binary 11101010 11110001 11010011 11 0 1100 101 1001010 110100 1011001

Color Harmonies of #EAF1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF1D3

Black with #EAF1D3

Text Example


Text Example

White with #EAF1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF1D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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