Html Css Color HEX #EEF5CE Rice Flower

📋 copy color: '#EEF5CE'

red 238 ◦ green 245 ◦ blue 206

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

Shades of Rice Flower #EEF5CE

Tints of Rice Flower #EEF5CE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.56%

 BLUE value IS 206 (80.86% from 255) = 29.9%

R = 34.54%
G = 35.56%
B = 29.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#EEF5CE (or 0xEEF5CE) is known color: Rice Flower. HEX triplet: EE, F5 and CE. RGB value is (238,245,206). Sum of RGB (Red+Green+Blue) = 238+245+206=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 245 (96.09% from 255 or 35.56% from 689); Blue value is 206 (80.86% from 255 or 29.90% from 689); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF5CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF5CE is #110A31. Grayscale: #EEEEEE. Windows color (decimal): -1116722 or 13563374. OLE color: 13563374.

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

Color convert

RGB 238 245 206 -
CMYK 0.03 0 0.16 0.04
HSL 70.77º 0.66% 0.88% -
HSV(B) 70.77º 0.16% 0.96% -
XYZ 79.05 87.94 71.2 -
YUV 238.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 238 245 206 0.03 0 0.16 0.04 70.77 0.66 0.88
Hex EE F5 CE 3 0 10 4 47 42 58
Octal 356 365 316 3 0 20 4 107 102 130
Binary 11101110 11110101 11001110 11 0 10000 100 1000111 1000010 1011000

Color Harmonies of #EEF5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF5CE

Black with #EEF5CE

Text Example


Text Example

White with #EEF5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF5CE; }

 p { color: rgb(238,245,206); }

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

background-color css

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

 a { background-color: rgb(238,245,206); }

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

border-color css

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

 span { border-color: rgb(238,245,206); }

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