Html Css Color HEX #EEF0D2 Rice Flower

📋 copy color: '#EEF0D2'

red 238 ◦ green 240 ◦ blue 210

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

Shades of Rice Flower #EEF0D2

Tints of Rice Flower #EEF0D2

RGB

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

 GREEN value IS 240 (94.14% from 255) = 34.88%

 BLUE value IS 210 (82.42% from 255) = 30.52%

R = 34.59%
G = 34.88%
B = 30.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EEF0D2 (or 0xEEF0D2) is known color: Rice Flower. HEX triplet: EE, F0 and D2. RGB value is (238,240,210). Sum of RGB (Red+Green+Blue) = 238+240+210=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 240 (94.14% from 255 or 34.88% from 688); Blue value is 210 (82.42% from 255 or 30.52% from 688); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF0D2 is #110F2D. Grayscale: #ECECEC. Windows color (decimal): -1117998 or 13824238. OLE color: 13824238.

HSL color Cylindrical-coordinate representation of color #EEF0D2: hue angle of 64º degrees, saturation: 0.5, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EEF0D2 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 240 210 -
CMYK 0.01 0 0.12 0.06
HSL 64º 0.5% 0.88% -
HSV(B) 64º 0.13% 0.94% -
XYZ 78.05 85.15 73.29 -
YUV 235.98 113.34 129.44 -
System Red Green Blue C M Y K H S L
Decimal 238 240 210 0.01 0 0.12 0.06 64 0.5 0.88
Hex EE F0 D2 1 0 C 6 40 32 58
Octal 356 360 322 1 0 14 6 100 62 130
Binary 11101110 11110000 11010010 1 0 1100 110 1000000 110010 1011000

Color Harmonies of #EEF0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF0D2

Black with #EEF0D2

Text Example


Text Example

White with #EEF0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF0D2; }

 p { color: rgb(238,240,210); }

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

background-color css

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

 a { background-color: rgb(238,240,210); }

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

border-color css

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

 span { border-color: rgb(238,240,210); }

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