Html Css Color HEX #EEF6CE Rice Flower

📋 copy color: '#EEF6CE'

red 238 ◦ green 246 ◦ blue 206

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

Shades of Rice Flower #EEF6CE

Tints of Rice Flower #EEF6CE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 35.65%

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

R = 34.49%
G = 35.65%
B = 29.86%

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

#EEF6CE (or 0xEEF6CE) is known color: Rice Flower. HEX triplet: EE, F6 and CE. RGB value is (238,246,206). Sum of RGB (Red+Green+Blue) = 238+246+206=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 246 (96.48% from 255 or 35.65% from 690); Blue value is 206 (80.86% from 255 or 29.86% from 690); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF6CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF6CE is #110931. Grayscale: #EFEFEF. Windows color (decimal): -1116466 or 13563630. OLE color: 13563630.

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

Color convert

RGB 238 246 206 -
CMYK 0.03 0 0.16 0.04
HSL 72º 0.69% 0.89% -
HSV(B) 72º 0.16% 0.96% -
XYZ 79.36 88.54 71.3 -
YUV 239.05 109.35 127.25 -
System Red Green Blue C M Y K H S L
Decimal 238 246 206 0.03 0 0.16 0.04 72 0.69 0.89
Hex EE F6 CE 3 0 10 4 48 45 59
Octal 356 366 316 3 0 20 4 110 105 131
Binary 11101110 11110110 11001110 11 0 10000 100 1001000 1000101 1011001

Color Harmonies of #EEF6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF6CE

Black with #EEF6CE

Text Example


Text Example

White with #EEF6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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