Html Css Color HEX #EEF2CB Rice Flower

📋 copy color: '#EEF2CB'

red 238 ◦ green 242 ◦ blue 203

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

Shades of Rice Flower #EEF2CB

Tints of Rice Flower #EEF2CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 29.72%

R = 34.85%
G = 35.43%
B = 29.72%

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

#EEF2CB (or 0xEEF2CB) is known color: Rice Flower. HEX triplet: EE, F2 and CB. RGB value is (238,242,203). Sum of RGB (Red+Green+Blue) = 238+242+203=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 242 (94.92% from 255 or 35.43% from 683); Blue value is 203 (79.69% from 255 or 29.72% from 683); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2CB is #110D34. Grayscale: #ECECEC. Windows color (decimal): -1117493 or 13365998. OLE color: 13365998.

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

Color convert

RGB 238 242 203 -
CMYK 0.02 0 0.16 0.05
HSL 66.15º 0.6% 0.87% -
HSV(B) 66.15º 0.16% 0.95% -
XYZ 77.79 85.99 69 -
YUV 236.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 238 242 203 0.02 0 0.16 0.05 66.15 0.6 0.87
Hex EE F2 CB 2 0 10 5 42 3C 57
Octal 356 362 313 2 0 20 5 102 74 127
Binary 11101110 11110010 11001011 10 0 10000 101 1000010 111100 1010111

Color Harmonies of #EEF2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF2CB

Black with #EEF2CB

Text Example


Text Example

White with #EEF2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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