Html Css Color HEX #EEF0D3 Rice Flower

📋 copy color: '#EEF0D3'

red 238 ◦ green 240 ◦ blue 211

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

Shades of Rice Flower #EEF0D3

Tints of Rice Flower #EEF0D3

RGB

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

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

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

R = 34.54%
G = 34.83%
B = 30.62%

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

#EEF0D3 (or 0xEEF0D3) is known color: Rice Flower. HEX triplet: EE, F0 and D3. RGB value is (238,240,211). Sum of RGB (Red+Green+Blue) = 238+240+211=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 240 (94.14% from 255 or 34.83% from 689); Blue value is 211 (82.81% from 255 or 30.62% from 689); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF0D3 is #110F2C. Grayscale: #ECECEC. Windows color (decimal): -1117997 or 13889774. OLE color: 13889774.

HSL color Cylindrical-coordinate representation of color #EEF0D3: hue angle of 64.14º degrees, saturation: 0.49, 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 #EEF0D3 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 240 211 -
CMYK 0.01 0 0.12 0.06
HSL 64.14º 0.49% 0.88% -
HSV(B) 64.14º 0.12% 0.94% -
XYZ 78.18 85.2 73.95 -
YUV 236.1 113.84 129.36 -
System Red Green Blue C M Y K H S L
Decimal 238 240 211 0.01 0 0.12 0.06 64.14 0.49 0.88
Hex EE F0 D3 1 0 C 6 40 31 58
Octal 356 360 323 1 0 14 6 100 61 130
Binary 11101110 11110000 11010011 1 0 1100 110 1000000 110001 1011000

Color Harmonies of #EEF0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF0D3

Black with #EEF0D3

Text Example


Text Example

White with #EEF0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF0D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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