Html Css Color HEX #EEF1D4 Rice Flower

📋 copy color: '#EEF1D4'

red 238 ◦ green 241 ◦ blue 212

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

Shades of Rice Flower #EEF1D4

Tints of Rice Flower #EEF1D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 30.68%

R = 34.44%
G = 34.88%
B = 30.68%

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

#EEF1D4 (or 0xEEF1D4) is known color: Rice Flower. HEX triplet: EE, F1 and D4. RGB value is (238,241,212). Sum of RGB (Red+Green+Blue) = 238+241+212=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 241 (94.53% from 255 or 34.88% from 691); Blue value is 212 (83.20% from 255 or 30.68% from 691); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF1D4 is #110E2B. Grayscale: #ECECEC. Windows color (decimal): -1117740 or 13955566. OLE color: 13955566.

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

Color convert

RGB 238 241 212 -
CMYK 0.01 0 0.12 0.05
HSL 66.21º 0.51% 0.89% -
HSV(B) 66.21º 0.12% 0.95% -
XYZ 78.6 85.84 74.71 -
YUV 236.8 114.01 128.86 -
System Red Green Blue C M Y K H S L
Decimal 238 241 212 0.01 0 0.12 0.05 66.21 0.51 0.89
Hex EE F1 D4 1 0 C 5 42 33 59
Octal 356 361 324 1 0 14 5 102 63 131
Binary 11101110 11110001 11010100 1 0 1100 101 1000010 110011 1011001

Color Harmonies of #EEF1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF1D4

Black with #EEF1D4

Text Example


Text Example

White with #EEF1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF1D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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