Html Css Color HEX #EEF2D6 Rice Flower

📋 copy color: '#EEF2D6'

red 238 ◦ green 242 ◦ blue 214

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

Shades of Rice Flower #EEF2D6

Tints of Rice Flower #EEF2D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 30.84%

R = 34.29%
G = 34.87%
B = 30.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#EEF2D6 (or 0xEEF2D6) is known color: Rice Flower. HEX triplet: EE, F2 and D6. RGB value is (238,242,214). Sum of RGB (Red+Green+Blue) = 238+242+214=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 214 (83.98% from 255 or 30.84% from 694); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2D6 is #110D29. Grayscale: #EDEDED. Windows color (decimal): -1117482 or 14086894. OLE color: 14086894.

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

Color convert

RGB 238 242 214 -
CMYK 0.02 0 0.12 0.05
HSL 68.57º 0.52% 0.89% -
HSV(B) 68.57º 0.12% 0.95% -
XYZ 79.15 86.54 76.15 -
YUV 237.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 238 242 214 0.02 0 0.12 0.05 68.57 0.52 0.89
Hex EE F2 D6 2 0 C 5 45 34 59
Octal 356 362 326 2 0 14 5 105 64 131
Binary 11101110 11110010 11010110 10 0 1100 101 1000101 110100 1011001

Color Harmonies of #EEF2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF2D6

Black with #EEF2D6

Text Example


Text Example

White with #EEF2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF2D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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