Html Css Color HEX #EAF2D6 Rice Flower

📋 copy color: '#EAF2D6'

red 234 ◦ green 242 ◦ blue 214

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

Shades of Rice Flower #EAF2D6

Tints of Rice Flower #EAF2D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 31.01%

R = 33.91%
G = 35.07%
B = 31.01%

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

#EAF2D6 (or 0xEAF2D6) is known color: Rice Flower. HEX triplet: EA, F2 and D6. RGB value is (234,242,214). Sum of RGB (Red+Green+Blue) = 234+242+214=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 242 (94.92% from 255 or 35.07% from 690); Blue value is 214 (83.98% from 255 or 31.01% from 690); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF2D6 is #150D29. Grayscale: #ECECEC. Windows color (decimal): -1379626 or 14086890. OLE color: 14086890.

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

Color convert

RGB 234 242 214 -
CMYK 0.03 0 0.12 0.05
HSL 77.14º 0.52% 0.89% -
HSV(B) 77.14º 0.12% 0.95% -
XYZ 77.82 85.85 76.09 -
YUV 236.42 115.35 126.28 -
System Red Green Blue C M Y K H S L
Decimal 234 242 214 0.03 0 0.12 0.05 77.14 0.52 0.89
Hex EA F2 D6 3 0 C 5 4D 34 59
Octal 352 362 326 3 0 14 5 115 64 131
Binary 11101010 11110010 11010110 11 0 1100 101 1001101 110100 1011001

Color Harmonies of #EAF2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF2D6

Black with #EAF2D6

Text Example


Text Example

White with #EAF2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF2D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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