Html Css Color HEX #EEF7D5 Rice Flower

📋 copy color: '#EEF7D5'

red 238 ◦ green 247 ◦ blue 213

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

Shades of Rice Flower #EEF7D5

Tints of Rice Flower #EEF7D5

RGB

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

 GREEN value IS 247 (96.88% from 255) = 35.39%

 BLUE value IS 213 (83.59% from 255) = 30.52%

R = 34.1%
G = 35.39%
B = 30.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#EEF7D5 (or 0xEEF7D5) is known color: Rice Flower. HEX triplet: EE, F7 and D5. RGB value is (238,247,213). Sum of RGB (Red+Green+Blue) = 238+247+213=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 247 (96.88% from 255 or 35.39% from 698); Blue value is 213 (83.59% from 255 or 30.52% from 698); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF7D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF7D5 is #11082A. Grayscale: #F0F0F0. Windows color (decimal): -1116203 or 14022638. OLE color: 14022638.

HSL color Cylindrical-coordinate representation of color #EEF7D5: hue angle of 75.88º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEF7D5 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 238 247 213 -
CMYK 0.04 0 0.14 0.03
HSL 75.88º 0.68% 0.9% -
HSV(B) 75.88º 0.14% 0.97% -
XYZ 80.53 89.5 75.98 -
YUV 240.43 112.52 126.26 -
System Red Green Blue C M Y K H S L
Decimal 238 247 213 0.04 0 0.14 0.03 75.88 0.68 0.9
Hex EE F7 D5 4 0 E 3 4C 44 5A
Octal 356 367 325 4 0 16 3 114 104 132
Binary 11101110 11110111 11010101 100 0 1110 11 1001100 1000100 1011010

Color Harmonies of #EEF7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF7D5

Black with #EEF7D5

Text Example


Text Example

White with #EEF7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF7D5; }

 p { color: rgb(238,247,213); }

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

background-color css

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

 a { background-color: rgb(238,247,213); }

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

border-color css

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

 span { border-color: rgb(238,247,213); }

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