Html Css Color HEX #EEF8CF Rice Flower

📋 copy color: '#EEF8CF'

red 238 ◦ green 248 ◦ blue 207

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

Shades of Rice Flower #EEF8CF

Tints of Rice Flower #EEF8CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 29.87%

R = 34.34%
G = 35.79%
B = 29.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#EEF8CF (or 0xEEF8CF) is known color: Rice Flower. HEX triplet: EE, F8 and CF. RGB value is (238,248,207). Sum of RGB (Red+Green+Blue) = 238+248+207=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 248 (97.27% from 255 or 35.79% from 693); Blue value is 207 (81.25% from 255 or 29.87% from 693); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF8CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF8CF is #110730. Grayscale: #F0F0F0. Windows color (decimal): -1115953 or 13629678. OLE color: 13629678.

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

Color convert

RGB 238 248 207 -
CMYK 0.04 0 0.17 0.03
HSL 74.63º 0.75% 0.89% -
HSV(B) 74.63º 0.17% 0.97% -
XYZ 80.09 89.82 72.15 -
YUV 240.34 109.19 126.33 -
System Red Green Blue C M Y K H S L
Decimal 238 248 207 0.04 0 0.17 0.03 74.63 0.75 0.89
Hex EE F8 CF 4 0 11 3 4B 4B 59
Octal 356 370 317 4 0 21 3 113 113 131
Binary 11101110 11111000 11001111 100 0 10001 11 1001011 1001011 1011001

Color Harmonies of #EEF8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF8CF

Black with #EEF8CF

Text Example


Text Example

White with #EEF8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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