Html Css Color HEX #EEF8D0 Rice Flower

📋 copy color: '#EEF8D0'

red 238 ◦ green 248 ◦ blue 208

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

Shades of Rice Flower #EEF8D0

Tints of Rice Flower #EEF8D0

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.73%

 BLUE value IS 208 (81.64% from 255) = 29.97%

R = 34.29%
G = 35.73%
B = 29.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#EEF8D0 (or 0xEEF8D0) is known color: Rice Flower. HEX triplet: EE, F8 and D0. RGB value is (238,248,208). Sum of RGB (Red+Green+Blue) = 238+248+208=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 248 (97.27% from 255 or 35.73% from 694); Blue value is 208 (81.64% from 255 or 29.97% from 694); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF8D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF8D0 is #11072F. Grayscale: #F0F0F0. Windows color (decimal): -1115952 or 13695214. OLE color: 13695214.

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

Color convert

RGB 238 248 208 -
CMYK 0.04 0 0.16 0.03
HSL 75º 0.74% 0.89% -
HSV(B) 75º 0.16% 0.97% -
XYZ 80.21 89.87 72.79 -
YUV 240.45 109.69 126.25 -
System Red Green Blue C M Y K H S L
Decimal 238 248 208 0.04 0 0.16 0.03 75 0.74 0.89
Hex EE F8 D0 4 0 10 3 4B 4A 59
Octal 356 370 320 4 0 20 3 113 112 131
Binary 11101110 11111000 11010000 100 0 10000 11 1001011 1001010 1011001

Color Harmonies of #EEF8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF8D0

Black with #EEF8D0

Text Example


Text Example

White with #EEF8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF8D0; }

 p { color: rgb(238,248,208); }

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

background-color css

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

 a { background-color: rgb(238,248,208); }

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

border-color css

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

 span { border-color: rgb(238,248,208); }

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