Html Css Color HEX #EFF1D3 Rice Flower

📋 copy color: '#EFF1D3'

red 239 ◦ green 241 ◦ blue 211

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

Shades of Rice Flower #EFF1D3

Tints of Rice Flower #EFF1D3

RGB

 RED value IS 239 (93.75% from 255) = 34.59%

 GREEN value IS 241 (94.53% from 255) = 34.88%

 BLUE value IS 211 (82.81% from 255) = 30.54%

R = 34.59%
G = 34.88%
B = 30.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#EFF1D3 (or 0xEFF1D3) is known color: Rice Flower. HEX triplet: EF, F1 and D3. RGB value is (239,241,211). Sum of RGB (Red+Green+Blue) = 239+241+211=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 241 (94.53% from 255 or 34.88% from 691); Blue value is 211 (82.81% from 255 or 30.54% from 691); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF1D3 is #100E2C. Grayscale: #EDEDED. Windows color (decimal): -1052205 or 13890031. OLE color: 13890031.

HSL color Cylindrical-coordinate representation of color #EFF1D3: hue angle of 64º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFF1D3 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 241 211 -
CMYK 0.01 0 0.12 0.05
HSL 64º 0.52% 0.89% -
HSV(B) 64º 0.12% 0.95% -
XYZ 78.81 85.96 74.07 -
YUV 236.98 113.34 129.44 -
System Red Green Blue C M Y K H S L
Decimal 239 241 211 0.01 0 0.12 0.05 64 0.52 0.89
Hex EF F1 D3 1 0 C 5 40 34 59
Octal 357 361 323 1 0 14 5 100 64 131
Binary 11101111 11110001 11010011 1 0 1100 101 1000000 110100 1011001

Color Harmonies of #EFF1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF1D3

Black with #EFF1D3

Text Example


Text Example

White with #EFF1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF1D3; }

 p { color: rgb(239,241,211); }

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

background-color css

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

 a { background-color: rgb(239,241,211); }

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

border-color css

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

 span { border-color: rgb(239,241,211); }

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