Html Css Color HEX #EEF2D9 Rice Flower

📋 copy color: '#EEF2D9'

red 238 ◦ green 242 ◦ blue 217

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

Shades of Rice Flower #EEF2D9

Tints of Rice Flower #EEF2D9

RGB

 RED value IS 238 (93.36% from 255) = 34.15%

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

 BLUE value IS 217 (85.16% from 255) = 31.13%

R = 34.15%
G = 34.72%
B = 31.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#EEF2D9 (or 0xEEF2D9) is known color: Rice Flower. HEX triplet: EE, F2 and D9. RGB value is (238,242,217). Sum of RGB (Red+Green+Blue) = 238+242+217=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 217 (85.16% from 255 or 31.13% from 697); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2D9 is #110D26. Grayscale: #EEEEEE. Windows color (decimal): -1117479 or 14283502. OLE color: 14283502.

HSL color Cylindrical-coordinate representation of color #EEF2D9: hue angle of 69.6º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEF2D9 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 242 217 -
CMYK 0.02 0 0.10 0.05
HSL 69.6º 0.49% 0.9% -
HSV(B) 69.6º 0.1% 0.95% -
XYZ 79.54 86.69 78.19 -
YUV 237.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 238 242 217 0.02 0 0.10 0.05 69.6 0.49 0.9
Hex EE F2 D9 2 0 A 5 46 31 5A
Octal 356 362 331 2 0 12 5 106 61 132
Binary 11101110 11110010 11011001 10 0 1010 101 1000110 110001 1011010

Color Harmonies of #EEF2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF2D9

Black with #EEF2D9

Text Example


Text Example

White with #EEF2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF2D9; }

 p { color: rgb(238,242,217); }

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

background-color css

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

 a { background-color: rgb(238,242,217); }

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

border-color css

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

 span { border-color: rgb(238,242,217); }

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