Html Css Color HEX #EFF3D8 Rice Flower

📋 copy color: '#EFF3D8'

red 239 ◦ green 243 ◦ blue 216

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

Shades of Rice Flower #EFF3D8

Tints of Rice Flower #EFF3D8

RGB

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

 GREEN value IS 243 (95.31% from 255) = 34.81%

 BLUE value IS 216 (84.77% from 255) = 30.95%

R = 34.24%
G = 34.81%
B = 30.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#EFF3D8 (or 0xEFF3D8) is known color: Rice Flower. HEX triplet: EF, F3 and D8. RGB value is (239,243,216). Sum of RGB (Red+Green+Blue) = 239+243+216=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 243 (95.31% from 255 or 34.81% from 698); Blue value is 216 (84.77% from 255 or 30.95% from 698); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF3D8 is #100C27. Grayscale: #EEEEEE. Windows color (decimal): -1051688 or 14218223. OLE color: 14218223.

HSL color Cylindrical-coordinate representation of color #EFF3D8: hue angle of 68.89º degrees, saturation: 0.53, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFF3D8 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 243 216 -
CMYK 0.02 0 0.11 0.05
HSL 68.89º 0.53% 0.9% -
HSV(B) 68.89º 0.11% 0.95% -
XYZ 80.04 87.41 77.62 -
YUV 238.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 239 243 216 0.02 0 0.11 0.05 68.89 0.53 0.9
Hex EF F3 D8 2 0 B 5 45 35 5A
Octal 357 363 330 2 0 13 5 105 65 132
Binary 11101111 11110011 11011000 10 0 1011 101 1000101 110101 1011010

Color Harmonies of #EFF3D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF3D8

Black with #EFF3D8

Text Example


Text Example

White with #EFF3D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF3D8; }

 p { color: rgb(239,243,216); }

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

background-color css

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

 a { background-color: rgb(239,243,216); }

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

border-color css

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

 span { border-color: rgb(239,243,216); }

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