Html Css Color HEX #EEF2D8 Rice Flower

📋 copy color: '#EEF2D8'

red 238 ◦ green 242 ◦ blue 216

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

Shades of Rice Flower #EEF2D8

Tints of Rice Flower #EEF2D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 31.03%

R = 34.2%
G = 34.77%
B = 31.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#EEF2D8 (or 0xEEF2D8) is known color: Rice Flower. HEX triplet: EE, F2 and D8. RGB value is (238,242,216). Sum of RGB (Red+Green+Blue) = 238+242+216=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 242 (94.92% from 255 or 34.77% from 696); Blue value is 216 (84.77% from 255 or 31.03% from 696); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2D8 is #110D27. Grayscale: #EDEDED. Windows color (decimal): -1117480 or 14217966. OLE color: 14217966.

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

Color convert

RGB 238 242 216 -
CMYK 0.02 0 0.11 0.05
HSL 69.23º 0.5% 0.9% -
HSV(B) 69.23º 0.11% 0.95% -
XYZ 79.41 86.64 77.5 -
YUV 237.84 115.67 128.11 -
System Red Green Blue C M Y K H S L
Decimal 238 242 216 0.02 0 0.11 0.05 69.23 0.5 0.9
Hex EE F2 D8 2 0 B 5 45 32 5A
Octal 356 362 330 2 0 13 5 105 62 132
Binary 11101110 11110010 11011000 10 0 1011 101 1000101 110010 1011010

Color Harmonies of #EEF2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF2D8

Black with #EEF2D8

Text Example


Text Example

White with #EEF2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF2D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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