Html Css Color HEX #EEF2CE Rice Flower

📋 copy color: '#EEF2CE'

red 238 ◦ green 242 ◦ blue 206

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

Shades of Rice Flower #EEF2CE

Tints of Rice Flower #EEF2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 30.03%

R = 34.69%
G = 35.28%
B = 30.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#EEF2CE (or 0xEEF2CE) is known color: Rice Flower. HEX triplet: EE, F2 and CE. RGB value is (238,242,206). Sum of RGB (Red+Green+Blue) = 238+242+206=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 206 (80.86% from 255 or 30.03% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2CE is #110D31. Grayscale: #ECECEC. Windows color (decimal): -1117490 or 13562606. OLE color: 13562606.

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

Color convert

RGB 238 242 206 -
CMYK 0.02 0 0.15 0.05
HSL 66.67º 0.58% 0.88% -
HSV(B) 66.67º 0.15% 0.95% -
XYZ 78.15 86.14 70.9 -
YUV 236.7 110.67 128.93 -
System Red Green Blue C M Y K H S L
Decimal 238 242 206 0.02 0 0.15 0.05 66.67 0.58 0.88
Hex EE F2 CE 2 0 F 5 43 3A 58
Octal 356 362 316 2 0 17 5 103 72 130
Binary 11101110 11110010 11001110 10 0 1111 101 1000011 111010 1011000

Color Harmonies of #EEF2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF2CE

Black with #EEF2CE

Text Example


Text Example

White with #EEF2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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