Html Css Color HEX #EEF1D5 Rice Flower

📋 copy color: '#EEF1D5'

red 238 ◦ green 241 ◦ blue 213

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

Shades of Rice Flower #EEF1D5

Tints of Rice Flower #EEF1D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 30.78%

R = 34.39%
G = 34.83%
B = 30.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#EEF1D5 (or 0xEEF1D5) is known color: Rice Flower. HEX triplet: EE, F1 and D5. RGB value is (238,241,213). Sum of RGB (Red+Green+Blue) = 238+241+213=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 241 (94.53% from 255 or 34.83% from 692); Blue value is 213 (83.59% from 255 or 30.78% from 692); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF1D5 is #110E2A. Grayscale: #EDEDED. Windows color (decimal): -1117739 or 14021102. OLE color: 14021102.

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

Color convert

RGB 238 241 213 -
CMYK 0.01 0 0.12 0.05
HSL 66.43º 0.5% 0.89% -
HSV(B) 66.43º 0.12% 0.95% -
XYZ 78.73 85.89 75.38 -
YUV 236.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 238 241 213 0.01 0 0.12 0.05 66.43 0.5 0.89
Hex EE F1 D5 1 0 C 5 42 32 59
Octal 356 361 325 1 0 14 5 102 62 131
Binary 11101110 11110001 11010101 1 0 1100 101 1000010 110010 1011001

Color Harmonies of #EEF1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF1D5

Black with #EEF1D5

Text Example


Text Example

White with #EEF1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF1D5; }

 p { color: rgb(238,241,213); }

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

background-color css

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

 a { background-color: rgb(238,241,213); }

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

border-color css

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

 span { border-color: rgb(238,241,213); }

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