Html Css Color HEX #EEF2CC Rice Flower

📋 copy color: '#EEF2CC'

red 238 ◦ green 242 ◦ blue 204

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

Shades of Rice Flower #EEF2CC

Tints of Rice Flower #EEF2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 29.82%

R = 34.8%
G = 35.38%
B = 29.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#EEF2CC (or 0xEEF2CC) is known color: Rice Flower. HEX triplet: EE, F2 and CC. RGB value is (238,242,204). Sum of RGB (Red+Green+Blue) = 238+242+204=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 204 (80.08% from 255 or 29.82% from 684); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2CC is #110D33. Grayscale: #ECECEC. Windows color (decimal): -1117492 or 13431534. OLE color: 13431534.

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

Color convert

RGB 238 242 204 -
CMYK 0.02 0 0.16 0.05
HSL 66.32º 0.59% 0.87% -
HSV(B) 66.32º 0.16% 0.95% -
XYZ 77.91 86.04 69.63 -
YUV 236.47 109.67 129.09 -
System Red Green Blue C M Y K H S L
Decimal 238 242 204 0.02 0 0.16 0.05 66.32 0.59 0.87
Hex EE F2 CC 2 0 10 5 42 3B 57
Octal 356 362 314 2 0 20 5 102 73 127
Binary 11101110 11110010 11001100 10 0 10000 101 1000010 111011 1010111

Color Harmonies of #EEF2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF2CC

Black with #EEF2CC

Text Example


Text Example

White with #EEF2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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